Uses of Interface
org.locationtech.jts.io.InStream
Packages that use InStream
Package
Description
Contains the interfaces for converting JTS objects to and from other formats.
-
Uses of InStream in org.locationtech.jts.io
Classes in org.locationtech.jts.io that implement InStreamModifier and TypeClassDescriptionclass
Allows an array of bytes to be used as anInStream
.class
An adapter to allow anInputStream
to be used as anInStream
Fields in org.locationtech.jts.io declared as InStreamMethods in org.locationtech.jts.io with parameters of type InStreamModifier and TypeMethodDescriptionvoid
ByteOrderDataInStream.setInStream
(InStream stream) Allows a single ByteOrderDataInStream to be reused on multiple InStreams.Constructors in org.locationtech.jts.io with parameters of type InStream