public class IOConstants extends Object
Modifier and Type | Field and Description |
---|---|
static String |
BALLERINA_BUILTIN
Specifies the io package information.
|
static String |
BYTE_CHANNEL_NAME
Name of the ByteChannel which will be represented through the native struct.
|
static int |
CHANNEL_BUFFER_SIZE
The size of the buffer allocated for reading bytes from the channel (15~ KB).
|
static String |
CLIENT_SOCKET_NAME
Name of the Socket which will be represented through the native struct.
|
static String |
IO_ERROR_STRUCT
Struct which represents io error.
|
static String |
IO_PACKAGE
Specifies the io package information.
|
Constructor and Description |
---|
IOConstants() |
public static final String BYTE_CHANNEL_NAME
ByteChannel
,
Constant Field Valuespublic static final int CHANNEL_BUFFER_SIZE
public static final String CLIENT_SOCKET_NAME
public static final String IO_PACKAGE
public static final String BALLERINA_BUILTIN
public static final String IO_ERROR_STRUCT
Copyright © 2018 WSO2. All rights reserved.