A B C D E F G H I J L M N O P R S T U W Z

R

read() - Method in class java13.io.FilterInputStream
Reads the next byte of data from this input stream.
read(byte[]) - Method in class java13.io.FilterInputStream
Reads up to byte.length bytes of data from this input stream into an array of bytes.
read(byte[], int, int) - Method in class java13.io.FilterInputStream
Reads up to len bytes of data from this input stream into an array of bytes.
read() - Method in class net.sf.jazzlib.CheckedInputStream
Reads one byte, updates the checksum and returns the read byte (or -1 when the end of file was reached).
read(byte[], int, int) - Method in class net.sf.jazzlib.CheckedInputStream
Reads at most len bytes in the supplied buffer and updates the checksum with it.
read(byte[], int, int) - Method in class net.sf.jazzlib.GZIPInputStream
Reads in GZIP-compressed data and stores it in uncompressed form into an array of bytes.
read() - Method in class net.sf.jazzlib.InflaterInputStream
Reads one byte of decompressed data.
read(byte[], int, int) - Method in class net.sf.jazzlib.InflaterInputStream
Decompresses data into the byte array
read() - Method in class net.sf.jazzlib.ZipInputStream
Reads a byte from the current zip entry.
read(byte[], int, int) - Method in class net.sf.jazzlib.ZipInputStream
Reads a block of bytes from the current zip entry.
reset() - Method in class java13.io.FilterInputStream
Repositions this stream to the position at the time the mark method was last called on this input stream.
reset() - Method in class net.sf.jazzlib.Adler32
Resets the Adler32 checksum to the initial value.
reset() - Method in interface net.sf.jazzlib.Checksum
Resets the data checksum as if no update was ever called.
reset() - Method in class net.sf.jazzlib.CRC32
Resets the CRC32 data checksum as if no update was ever called.
reset() - Method in class net.sf.jazzlib.Deflater
Resets the deflater.
reset() - Method in class net.sf.jazzlib.Inflater
Resets the inflater so that a new stream can be decompressed.

A B C D E F G H I J L M N O P R S T U W Z