Package | Description |
---|---|
sisc.env | |
sisc.io | |
sisc.modules.io | |
sisc.util |
Modifier and Type | Field and Description |
---|---|
Charset |
DynamicEnvironment.characterSet |
Modifier and Type | Method and Description |
---|---|
Charset |
DynamicEnvironment.getCharacterSet() |
Modifier and Type | Method and Description |
---|---|
static Charset |
Charset.forName(java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
SchemeCharacterOutputPort |
Networking.SchemeTCPSocket.getCharacterOutputPort(Interpreter r,
Charset encoding,
boolean autoflush) |
SchemeCharacterOutputPort |
Networking.SchemeUDPSocket.getCharacterOutputPort(Interpreter r,
Charset encoding,
boolean autoflush) |
SchemeCharacterInputPort |
Networking.SchemeTCPSocket.getInputPort(Interpreter r,
Charset encoding) |
SchemeCharacterInputPort |
Networking.SchemeUDPSocket.getInputPort(Interpreter r,
Charset encoding) |
static SchemeCharacterInputPort |
IO.openCharInFile(Interpreter f,
java.net.URL u,
Charset encoding) |
static SchemeCharacterOutputPort |
IO.openCharOutFile(Interpreter f,
java.net.URL url,
Charset encoding,
boolean aflush) |
Modifier and Type | Method and Description |
---|---|
static Charset |
Util.charsetFromString(java.lang.String charsetName)
Converts a character set name to a Charset.
|
static Charset |
Util.getDefaultCharacterSet()
Return the default character set, which is UTF-8, but could in
principle change.
|