public class IOFileInputStream
extends nitf.IOInterface
Constructor and Description |
---|
IOFileInputStream(FileImageInputStreamExt stream) |
public IOFileInputStream(FileImageInputStreamExt stream)
public void read(byte[] buf) throws nitf.NITFException
read
in class nitf.IOInterface
nitf.NITFException
public byte[] read(int size) throws nitf.NITFException
read
in class nitf.IOInterface
nitf.NITFException
public void close() throws nitf.NITFException
close
in class nitf.IOInterface
nitf.NITFException
public long getSize() throws nitf.NITFException
getSize
in class nitf.IOInterface
nitf.NITFException
public int getMode() throws nitf.NITFException
getMode
in class nitf.IOInterface
nitf.NITFException
public void read(byte[] buf, int size) throws nitf.NITFException
read
in class nitf.IOInterface
nitf.NITFException
public boolean canSeek()
canSeek
in class nitf.IOInterface
public long seek(long offset, int whence) throws nitf.NITFException
seek
in class nitf.IOInterface
nitf.NITFException
public long tell() throws nitf.NITFException
tell
in class nitf.IOInterface
nitf.NITFException
public void write(byte[] buf, int size) throws nitf.NITFException
write
in class nitf.IOInterface
nitf.NITFException
Copyright © 2006–2014 GeoSolutions. All rights reserved.