com.vividsolutions.jts.io
Class OutputStreamOutStream
java.lang.Object
com.vividsolutions.jts.io.OutputStreamOutStream
- All Implemented Interfaces:
- OutStream
public class OutputStreamOutStream
- extends Object
- implements OutStream
An adapter to allow an OutputStream
to be used as an OutStream
Method Summary |
void |
write(byte[] buf,
int len)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
OutputStreamOutStream
public OutputStreamOutStream(OutputStream os)
write
public void write(byte[] buf,
int len)
throws IOException
- Specified by:
write
in interface OutStream
- Throws:
IOException
Copyright © 2012. All Rights Reserved.