Package org.locationtech.jts.io
Class InputStreamInStream
- java.lang.Object
-
- org.locationtech.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 int
read(byte[] buf)
Readsbuf.length
bytes from the input stream and stores them in the supplied buffer.
-
-
-
Method Detail
-
read
public int read(byte[] buf) throws java.io.IOException
Description copied from interface:InStream
Readsbuf.length
bytes from the input stream and stores them in the supplied buffer.
-
-