Search Java Classes and Packages

Search Java Frameworks and Libraries

255581 classes and counting ...
Search Tips Index Status



#Org.apache.commons.net.io Classes and Interfaces - 14 results found.
NameDescriptionTypePackageFramework
CopyStreamAdapterThe CopyStreamAdapter will relay CopyStreamEvents to a list of listeners when either of its bytesTransferred() methods are called.Classorg.apache.commons.net.ioApache Commons
CopyStreamEventA CopyStreamEvent is triggered after every write performed by a stream copying operation.Classorg.apache.commons.net.ioApache Commons
CopyStreamExceptionThe CopyStreamException class is thrown by the org.Classorg.apache.commons.net.ioApache Commons
CopyStreamListenerThe CopyStreamListener class can accept CopyStreamEvents to keep track of the progress of a stream copying operation.Interfaceorg.apache.commons.net.ioApache Commons
CRLFLineReaderCRLFLineReader implements a readLine() method that requires exactly CRLF to terminate an input line.Classorg.apache.commons.net.ioApache Commons
DotTerminatedMessageReaderDotTerminatedMessageReader is a class used to read messages from a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
DotTerminatedMessageWriterDotTerminatedMessageWriter is a class used to write messages to a server that are terminated by a single dot followed by aClassorg.apache.commons.net.ioApache Commons
FromNetASCIIInputStreamThis class wraps an input stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
FromNetASCIIOutputStreamThis class wraps an output stream, replacing all occurrences of (carriage return followed by a linefeed),Classorg.apache.commons.net.ioApache Commons
SocketInputStreamThis class wraps an input stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
SocketOutputStreamThis class wraps an output stream, storing a reference to its originating socket.Classorg.apache.commons.net.ioApache Commons
ToNetASCIIInputStreamThis class wraps an input stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
ToNetASCIIOutputStreamThis class wraps an output stream, replacing all singly occurring (linefeed) characters with (carriage returnClassorg.apache.commons.net.ioApache Commons
UtilThe Util class cannot be instantiated and stores short static convenience methods that are often quite useful.Classorg.apache.commons.net.ioApache Commons