public class File extends Object implements RandomAccess
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 © 2014 Open Microscopy Environment