Uses of Class
ccs.utils.LineInputStream

Packages that use LineInputStream
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 LineInputStream in ccs.mime
 

Methods in ccs.mime with parameters of type LineInputStream
 void HeaderedEntity.readBodyFrom(LineInputStream lis, byte[] boundary)
          Read the entity body from the stream.
 void HeaderedEntity.readFrom(LineInputStream lis, byte[] boundary)
          Read the complete entity from a stream.
 void HeaderedEntity.readHeadersFrom(LineInputStream lis, byte[] boundary)
          Read only the headers from the stream.
 void HeaderedEntity.readRepeatableBodyFrom(LineInputStream lis, byte[] boundary)
          Read the repeatable entity body from the stream.
 void HeaderedEntity.readRepeatableFrom(LineInputStream lis, byte[] boundary)
          Read the complete entity from a stream, using a repeatable body.
 void HeaderedEntity.swallowPreamble(LineInputStream lis, byte[] boundary)
          RFC2046 states that an area of non-compliant guff - the preamble - can precede a multipart.