UndertowOutputStream
public interface BufferWritableOutputStream
Modifier and Type | Method | Description |
---|---|---|
void |
transferFrom(java.nio.channels.FileChannel source) |
|
void |
write(java.nio.ByteBuffer byteBuffer) |
|
void |
write(java.nio.ByteBuffer[] buffers) |
void write(java.nio.ByteBuffer[] buffers) throws java.io.IOException
java.io.IOException
void write(java.nio.ByteBuffer byteBuffer) throws java.io.IOException
java.io.IOException
void transferFrom(java.nio.channels.FileChannel source) throws java.io.IOException
java.io.IOException
Copyright © 2018. All rights reserved.