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

All Known Implementing Classes:
SimpleIOStream, SocketStream

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



Copyright © 2013. All rights reserved.