StreamDecoder
Functions
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Reads characters into a CharBuffer. This default implementation reads into an array and then puts the characters into the buffer.
Reads a single character.
Link copied to clipboard
Resets the stream. If the stream has been marked, then attempt to reposition it at the mark. If the stream has not been marked, then attempt to reset it in some way appropriate to the particular stream, for example by repositioning it to its starting point. Not all character-input streams support the reset() operation, and some support reset() without supporting mark().
Link copied to clipboard
Reads all characters from this Reader and writes them to out. Returns the number of characters transferred.