Package org.meteoinfo.jts.io
Class ByteArrayInStream
- java.lang.Object
-
- org.meteoinfo.jts.io.ByteArrayInStream
-
-
Constructor Summary
Constructors Constructor Description ByteArrayInStream(byte[] buffer)Creates a new stream based on the given buffer.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(byte[] buf)Reads up to buf.length bytes from the stream into the given byte buffer.voidsetBytes(byte[] buffer)Sets this stream to read from the given buffer
-