Package org.aksw.commons.io.output
Interface WritableChannel<A>
- All Superinterfaces:
AutoCloseable,Closeable,Flushable,HasArrayOps<A>
-
Method Summary
Methods inherited from interface org.aksw.commons.io.buffer.array.HasArrayOps
getArrayOps
-
Method Details
-
isOpen
boolean isOpen() -
write
Write method following the usual OutputStream protocol.- Parameters:
array- The array from which to obtain the data to writeposition- Position in the array from which to start readinglength- Maximum number of items to read from the array.- Throws:
IOException
-
writeRaw
- Throws:
IOException
-