Package org.meteoinfo.jts.io
Interface OutStream
-
- All Known Implementing Classes:
OutputStreamOutStream
public interface OutStreamA interface for classes providing an output stream of bytes. This interface is similar to the JavaOutputStream, but with a narrower interface to make it easier to implement.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(byte[] buf, int len)
-