|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use IOTools.ObjectStreamPair | |
|---|---|
| com.programix.io | Java I/O related utilities. |
| Uses of IOTools.ObjectStreamPair in com.programix.io |
|---|
| Methods in com.programix.io that return IOTools.ObjectStreamPair | |
|---|---|
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsAsync(InputStream rawIn,
OutputStream rawOut)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified InputStream and OutputStream. |
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsAsync(Socket socket)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified InputStream and OutputStream. |
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsForClient(InputStream rawIn,
OutputStream rawOut)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified InputStream and OutputStream. |
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsForClient(Socket socket)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified InputStream and OutputStream. |
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsForServer(InputStream rawIn,
OutputStream rawOut)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified InputStream and OutputStream. |
static IOTools.ObjectStreamPair |
IOTools.createObjectStreamsForServer(Socket socket)
Creates an ObjectInputStream and an ObjectOutputStream with buffering on the specified Socket's streams. |
|
ProgramixGenericLib v5.0.1 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||