KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > io > PushbackReader > Top Examples

  • com.lutris.mime.MimeHeader
    Represents a generic parsed Mime header. Specific header types, such as <code>Content-Type</code> are represented by classes derived from this header. The constructor for this class parses only parameters according to the rules specified in RFC2045 Section 5.1 Page 11. It is left to ...
  • org.apache.commons.net.io.DotTerminatedMessageReader
    DotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by a &lt;CR&gt;&lt;LF&gt; sequence and with double dots appearing at the begining of lines which do not signal end of message yet start with a dot. Various Intern ...
  • com.jcorporate.expresso.ext.report.DocBookFilterReader
    A FilterReader that understands the docbook entities and converts them to their character codes. This class is not threadsafe within a single instance and care should be taken. @author David Lloyd
  • org.objectweb.jac.util.PushbackReader
    A PushbackReader which keeps track of the position in the stream @see #getPosition()
Popular Tags