public class File extends Object implements RandomAccess
Modifier and Type | Field and Description |
---|---|
(package private) RandomAccessFile |
file |
RandomAccessFile file
public File(String fileName) throws IOException
IOException
public void close() throws IOException
close
in interface RandomAccess
IOException
public long length() throws IOException
length
in interface RandomAccess
IOException
public void seek(long l) throws IOException
seek
in interface RandomAccess
IOException
public long read(byte[] ba, int offset, int length) throws IOException
read
in interface RandomAccess
IOException
Copyright © 2016 Open Microscopy Environment