Closeable
, AutoCloseable
AudioInputStream
, ByteArrayInputStream
, FileInputStream
, FilterInputStream
, ObjectInputStream
, PipedInputStream
, SequenceInputStream
, StringBufferInputStream
Constructors
Constructor for subclasses to call.
int
Returns an estimate of the number of bytes that can be read (or skipped over) from this input stream without blocking, which may be 0, or 0 when end of stream is detected.
void
Closes this input stream and releases any system resources associated with the stream.
void
Marks the current position in this input stream.
boolean
Tests if this input stream supports the mark
and reset
methods.
Returns a new InputStream
that reads no bytes.
abstract int
Reads the next byte of data from the input stream.
int
Reads some number of bytes from the input stream and stores them into the buffer array b
.
int
read(byte[] b, int off, int len)
Reads up to len
bytes of data from the input stream into an array of bytes.
byte[]
Reads all remaining bytes from the input stream.
int
Reads the requested number of bytes from the input stream into the given byte array.
byte[]
Reads up to a specified number of bytes from the input stream.
void
Repositions this stream to the position at the time the mark
method was last called on this input stream.
long
Skips over and discards n
bytes of data from this input stream.
void
Skips over and discards exactly n
bytes of data from this input stream.
long
Reads all bytes from this input stream and writes the bytes to the given output stream in the order that they are read.
Methods declared in class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
RetroSearch is an open source project built by @garambo | Open a GitHub Issue
Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo
HTML:
3.2
| Encoding:
UTF-8
| Version:
0.7.4