Interface WritableChannel<A>
- All Superinterfaces:
AutoCloseable, Closeable, Flushable, HasArrayOps<A>
-
Method Summary
Methods inherited from interface 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
-