|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use InputStream | |
---|---|
jist.swans.app.io | SWANS counterparts for java.io classes used to simulate standard Java applications. |
jist.swans.app.net | SWANS counterparts for java.net classes used to simulate standard Java applications. |
jist.swans.trans | Transport layer entity of SWANS simulator and related classes. |
Uses of InputStream in jist.swans.app.io |
---|
Subclasses of InputStream in jist.swans.app.io | |
---|---|
class |
BufferedInputStream
A functionally identical port of java.io.BufferedInputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten. |
class |
FilterInputStream
A functionally identical port of java.io.FilterInputStream, primarily brought into jist.swans.app.io package so that it could be dynamically rewritten. |
Fields in jist.swans.app.io declared as InputStream | |
---|---|
protected InputStream |
FilterInputStream.in
|
Constructors in jist.swans.app.io with parameters of type InputStream | |
---|---|
BufferedInputStream(InputStream in)
|
|
BufferedInputStream(InputStream in,
int size)
|
|
FilterInputStream(InputStream in)
|
|
InputStreamReader(InputStream in)
|
|
InputStreamReader(InputStream in,
java.nio.charset.Charset cs)
|
|
InputStreamReader(InputStream in,
java.nio.charset.CharsetDecoder dec)
|
|
InputStreamReader(InputStream in,
java.lang.String charsetName)
|
Uses of InputStream in jist.swans.app.net |
---|
Methods in jist.swans.app.net that return InputStream | |
---|---|
InputStream |
Socket.getInputStream()
|
Uses of InputStream in jist.swans.trans |
---|
Subclasses of InputStream in jist.swans.trans | |
---|---|
class |
TcpInputStream
SWANS Implementation of InputStream for Socket. |
Methods in jist.swans.trans that return InputStream | |
---|---|
InputStream |
SocketInterface.TcpSocketInterface.getInputStream()
Returns an input stream for this socket. |
InputStream |
TcpSocket.getInputStream()
Returns an input stream for this socket. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |