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 TypeMethodDescriptionvoid
transferFrom
(FileChannel source) void
write
(ByteBuffer byteBuffer) void
write
(ByteBuffer[] buffers)
-
Method Details
-
write
- Throws:
IOException
-
write
- Throws:
IOException
-
transferFrom
- Throws:
IOException
-