Package | Description |
---|---|
org.ojalgo.netio |
This package loosely corresponds to (extends) the packages: java.io.*, java.nio.*, java.net.* and sun.net.*
|
Modifier and Type | Method and Description |
---|---|
static LineTerminator |
LineTerminator.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static LineTerminator[] |
LineTerminator.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DelimitedData(char aDelimiter,
LineTerminator aTerminator) |
Copyright © 2019 Optimatika. All rights reserved.