Constructor and Description |
---|
FileIOChannel(FileChannel channel) |
TempFileIOChannel(FileChannel channel,
int size,
String tempFilePath) |
Modifier and Type | Method and Description |
---|---|
InputStream |
Channel.getInputStream()
This will return
InputStream from underlying ByteChannel . |
void |
Buffer.reverse(int count)
Will reverse the position of the buffer.
|
Constructor and Description |
---|
Channel(ByteChannel channel,
Reader reader,
Writer writer)
Will read/write bytes from the provided channel
|
Channel(ByteChannel channel,
Reader reader,
Writer writer,
int size)
Creates a channel which will contain a fixed sized buffer.
|
Modifier and Type | Method and Description |
---|---|
int |
Writer.write(ByteBuffer content,
ByteChannel channel)
Writes bytes to the given channel.
|
int |
BlockingWriter.write(ByteBuffer content,
ByteChannel channel)
Writes bytes to the given channel.
|
int |
AsyncWriter.write(ByteBuffer content,
ByteChannel channel)
Writes bytes to the given channel.
|
Constructor and Description |
---|
Base64Wrapper(Base64ByteChannel channel) |
Copyright © 2018 WSO2. All rights reserved.