public static class AbstractBackupPath.RafInputStream
extends java.io.InputStream
implements java.lang.AutoCloseable
Constructor and Description |
---|
RafInputStream(java.io.RandomAccessFile raf) |
Modifier and Type | Method and Description |
---|---|
void |
close() |
int |
read() |
int |
read(byte[] bytes,
int off,
int len) |
public int read(byte[] bytes, int off, int len) throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException
public void close()
close
in interface java.io.Closeable
close
in interface java.lang.AutoCloseable
close
in class java.io.InputStream
public int read() throws java.io.IOException
read
in class java.io.InputStream
java.io.IOException