Package ipsk.io
Interface IOutputStream
- 
- All Superinterfaces:
- java.lang.AutoCloseable,- java.io.Closeable,- java.io.Flushable
 
 public interface IOutputStream extends java.io.Flushable, java.io.Closeable- Author:
- klausj
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description voidwrite(byte[] buf, int offset, int len)
 
-