Package io.undertow.io
Interface BufferWritableOutputStream
- All Known Implementing Classes:
UndertowOutputStream
public interface BufferWritableOutputStream
Represents an output stream that can write byte buffers
directly.
- Author:
- Stuart Douglas
-
Method Summary
Modifier and TypeMethodDescriptionvoidtransferFrom(FileChannel source) voidwrite(ByteBuffer byteBuffer) voidwrite(ByteBuffer[] buffers)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
transferFrom
- Throws:
IOException
-