Package org.meteoinfo.jts.io
Interface InStream
-
- All Known Implementing Classes:
ByteArrayInStream,InputStreamInStream
public interface InStreamA interface for classes providing an input stream of bytes. This interface is similar to the JavaInputStream, but with a narrower interface to make it easier to implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidread(byte[] buf)Readsbuf.lengthbytes from the input stream and stores them in the supplied buffer.
-