Uses of Interface
org.meteoinfo.jts.io.InStream
-
Packages that use InStream Package Description org.meteoinfo.jts.io -
-
Uses of InStream in org.meteoinfo.jts.io
Classes in org.meteoinfo.jts.io that implement InStream Modifier and Type Class Description classByteArrayInStreamAllows an array of bytes to be used as anInStream.classInputStreamInStreamAn adapter to allow anInputStreamto be used as anInStreamMethods in org.meteoinfo.jts.io with parameters of type InStream Modifier and Type Method Description GeometryWKBReader. read(InStream is)voidByteOrderDataInStream. setInStream(InStream stream)Allows a single ByteOrderDataInStream to be reused on multiple InStreams.Constructors in org.meteoinfo.jts.io with parameters of type InStream Constructor Description ByteOrderDataInStream(InStream stream)
-