- append(CharSequence) - Method in class java.io.PrintWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.PrintWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.PrintWriter
-
Appends the specified character to this writer.
- append(CharSequence) - Method in class java.io.StringWriter
-
Appends the specified character sequence to this writer.
- append(CharSequence, int, int) - Method in class java.io.StringWriter
-
Appends a subsequence of the specified character sequence to this writer.
- append(char) - Method in class java.io.StringWriter
-
Appends the specified character to this writer.
- available() - Method in class java.io.BufferedInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.PipedInputStream
-
Returns the number of bytes that can be read from this input stream without blocking.
- available() - Method in class java.io.PushbackInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without
blocking by the next invocation of a method for this input stream.
- available() - Method in class java.io.SequenceInputStream
-
Returns an estimate of the number of bytes that can be read (or skipped over) from the current underlying input
stream without blocking by the next invocation of a method for the current underlying input stream.