Uses of Class
ccs.mime.HeaderedEntity.UnmarshalModes

Packages that use HeaderedEntity.UnmarshalModes
ccs.mime Classes for MIME entities, similar structures inside certain non-MIME protocols, (HTTP to the white courtesy phone please) and allied trades. 
 

Uses of HeaderedEntity.UnmarshalModes in ccs.mime
 

Methods in ccs.mime that return HeaderedEntity.UnmarshalModes
static HeaderedEntity.UnmarshalModes HeaderedEntity.UnmarshalModes.valueOf(java.lang.String name)
          Returns the enum constant of this type with the specified name.
static HeaderedEntity.UnmarshalModes[] HeaderedEntity.UnmarshalModes.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in ccs.mime with parameters of type HeaderedEntity.UnmarshalModes
 void HeaderedEntity.unmarshalFrom(java.io.DataInputStream src, HeaderedEntity.UnmarshalModes mode)
          Unmarshal the HeaderedEntity from storage.