Package net.rim.device.api.io

Provides a library of components to manage data I/O.

See:
          Description

Class Summary
Base64InputStream Input stream for reading Base64 encoded data.
Base64OutputStream Ouput stream for writing Base64 encoded data.
LineReader Utility class for reading out CRLF delimited lines from a SharedInputStream.
NoCopyByteArrayOutputStream Byte array output stream that returns handle to the underlying data buffer, not a copy.
SharedInputStream Input stream that can share its stream data with a number of readers.
SharedOutputStream Output stream that can share its stream data with a number of writers.
 

Package net.rim.device.api.io Description

Provides a library of components to manage data I/O.



Copyright 1999-2002 Research In Motion Limited. 295 Phillip Street, Waterloo, Ontario, Canada, N2L 3W8. All Rights Reserved.
Copyright 1993-2000 Sun Microsystems, Inc. 901 San Antonio Road, Palo Alto, California, 94303, U.S.A. All Rights Reserved.
Java is a trademark or registered trademark of Sun Microsystems, Inc. in the US and other countries.