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 |
---|---|
List<Message> |
ProcessInputStream.collectMessages() |
List<Message> |
SystemProcess.communicate(List<Message> aBatch) |
List<Message> |
SystemProcess.communicate(Message aMessage) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
SystemProcess.communicate(Message aMessage) |
void |
ProcessOutputStream.sendMessage(Message aMessage) |
Modifier and Type | Method and Description |
---|---|
List<Message> |
SystemProcess.communicate(List<Message> aBatch) |
void |
ProcessOutputStream.sendBatch(List<Message> aBatch) |
static String |
Message.toString(List<Message> aCollection) |
Constructor and Description |
---|
Batch(Collection<? extends Message> collection) |
Copyright © 2019 Optimatika. All rights reserved.