Uses of Class
org.apache.commons.fileupload2.core.DeferrableOutputStream.State
-
-
Uses of DeferrableOutputStream.State in org.apache.commons.fileupload2.core
Methods in org.apache.commons.fileupload2.core that return DeferrableOutputStream.State Modifier and Type Method Description DeferrableOutputStream.StateDeferrableOutputStream. getState()Returns the streams current state.static DeferrableOutputStream.StateDeferrableOutputStream.State. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static DeferrableOutputStream.State[]DeferrableOutputStream.State. values()Returns an array containing the constants of this enum type, in the order they are declared.
-