| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use Readable | |
|---|---|
| java.io | Provides for system input and output through data streams, serialization and the file system. | 
| java.nio | Defines buffers, which are containers for data, and provides an overview of the other NIO packages. | 
| java.util | Contains the collections framework, legacy collection classes, event model, date and time facilities, internationalization, and miscellaneous utility classes (a string tokenizer, a random-number generator, and a bit array). | 
| Uses of Readable in java.io | 
|---|
| Classes in java.io that implement Readable | |
|---|---|
|  class | BufferedReaderReads text from a character-input stream, buffering characters so as to provide for the efficient reading of characters, arrays, and lines. | 
|  class | CharArrayReaderThis class implements a character buffer that can be used as a character-input stream. | 
|  class | FileReaderConvenience class for reading character files. | 
|  class | FilterReaderAbstract class for reading filtered character streams. | 
|  class | InputStreamReaderAn InputStreamReader is a bridge from byte streams to character streams: It reads bytes and decodes them into characters using a specified . | 
|  class | LineNumberReaderA buffered character-input stream that keeps track of line numbers. | 
|  class | PipedReaderPiped character-input streams. | 
|  class | PushbackReaderA character-stream reader that allows characters to be pushed back into the stream. | 
|  class | ReaderAbstract class for reading character streams. | 
|  class | StringReaderA character stream whose source is a string. | 
| Uses of Readable in java.nio | 
|---|
| Classes in java.nio that implement Readable | |
|---|---|
|  class | CharBufferA character buffer. | 
| Uses of Readable in java.util | 
|---|
| Constructors in java.util with parameters of type Readable | |
|---|---|
| Scanner(Readable source)Constructs a new Scannerthat produces values scanned
 from the specified source. | |
| 
 | Java™ Platform Standard Ed. 6 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
Copyright 2006 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.