Package | Description |
---|---|
org.ballerinalang.nativeimpl.file | |
org.ballerinalang.nativeimpl.io.channels | |
org.ballerinalang.nativeimpl.io.channels.base |
Modifier and Type | Method and Description |
---|---|
AbstractChannel |
OpenChannel.inFlow(Context context)
Defines the set of actions which should be performed to created a byte channel.
|
Modifier and Type | Class and Description |
---|---|
class |
FileIOChannel
Represents the channel to perform I/O operations on file.
|
Modifier and Type | Method and Description |
---|---|
abstract AbstractChannel |
AbstractNativeChannel.inFlow(Context context)
Defines the set of actions which should be performed to created a byte channel.
|
Modifier and Type | Class and Description |
---|---|
class |
Channel
Represents Ballerina Byte Channel.
|
Modifier and Type | Method and Description |
---|---|
ByteBuffer |
Buffer.get(int numberOfBytesRequested,
AbstractChannel channel)
Get readable byte buffer.
|
Constructor and Description |
---|
CharacterChannel(AbstractChannel channel,
String encoding) |
Copyright © 2018 WSO2. All rights reserved.