Package org.meteoinfo.jts.io
Class InputStreamInStream
- java.lang.Object
-
- org.meteoinfo.jts.io.InputStreamInStream
-
-
Constructor Summary
Constructors Constructor Description InputStreamInStream(java.io.InputStream is)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidread(byte[] buf)Readsbuf.lengthbytes from the input stream and stores them in the supplied buffer.
-
-
-
Method Detail
-
read
public void read(byte[] buf) throws java.io.IOExceptionDescription copied from interface:InStreamReadsbuf.lengthbytes from the input stream and stores them in the supplied buffer.
-
-