Class | Description |
---|---|
AbstractChannel |
Represents the channel which allows reading/writing bytes to I/O devices.
|
Buffer |
Specialized ByteBuffer which will dynamically resize, maintain state and call the underlying ByteChannel as
necessary to return the required amount of bytes.
|
Channel |
Represents Ballerina Byte Channel.
|
CharacterChannel |
Represents the channel to perform character I/O operations.
|
TextRecordChannel |
Allows performing record I/O operations.
|
Copyright © 2018 WSO2. All rights reserved.