Package org.locationtech.jts.io
Class OutputStreamOutStream
- java.lang.Object
-
- org.locationtech.jts.io.OutputStreamOutStream
-
- All Implemented Interfaces:
OutStream
public class OutputStreamOutStream extends Object implements OutStream
An adapter to allow anOutputStreamto be used as anOutStream
-
-
Constructor Summary
Constructors Constructor Description OutputStreamOutStream(OutputStream os)
-
-
-
Constructor Detail
-
OutputStreamOutStream
public OutputStreamOutStream(OutputStream os)
-
-
Method Detail
-
write
public void write(byte[] buf, int len) throws IOException- Specified by:
writein interfaceOutStream- Throws:
IOException
-
-