"

2013 FRC Java API

"

edu.wpi.first.wpilibj.networktables2.stream
Interface IOStream

All Known Implementing Classes:
SimpleIOStream, SocketConnectionStream

public interface IOStream

An abstraction for a bidirectional stream that a network table can connect through

Author:
mwills

Method Summary
 void close()
          completely close the stream
 InputStream getInputStream()
           
 OutputStream getOutputStream()
           
 

Method Detail

getInputStream

InputStream getInputStream()
Returns:
the input stream for this IOStream

getOutputStream

OutputStream getOutputStream()
Returns:
the output stream for this IOStream

close

void close()
completely close the stream


"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"