| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectedu.wpi.first.wpilibj.networktables2.stream.SimpleIOStream
public class SimpleIOStream
An IOStream that wraps an InputStream and an OutputStream
| Constructor Summary | |
|---|---|
| SimpleIOStream(InputStream is,
               OutputStream os)Create a new SimpleIOStream | |
| Method Summary | |
|---|---|
|  void | close()completely close the stream | 
|  InputStream | getInputStream() | 
|  OutputStream | getOutputStream() | 
| Methods inherited from class java.lang.Object | 
|---|
| equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public SimpleIOStream(InputStream is,
                      OutputStream os)
is - os - | Method Detail | 
|---|
public InputStream getInputStream()
getInputStream in interface IOStreampublic OutputStream getOutputStream()
getOutputStream in interface IOStreampublic void close()
IOStream
close in interface IOStream| 
 | " 2013 FRC Java API" | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||