类 PartGenerator.CreateFileState

java.lang.Object
cn.taketoday.http.codec.multipart.PartGenerator.State
cn.taketoday.http.codec.multipart.PartGenerator.CreateFileState
封闭类:
PartGenerator

private final class PartGenerator.CreateFileState extends PartGenerator.State
The creator state when waiting for a temporary file to be created. PartGenerator.InMemoryState initially switches to this state when the byte count exceeds PartGenerator.maxInMemorySize, and then calls createFile() to switch to PartGenerator.WritingFileState.