"

2013 FRC Java API

"

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

All Known Implementing Classes:
SocketConnectionStreamFactory

public interface IOStreamFactory

A factory that will create the same IOStream. A stream returned by this factory should be closed before calling createStream again

Author:
Mitchell

Method Summary
 IOStream createStream()
           
 

Method Detail

createStream

IOStream createStream()
                      throws IOException
Returns:
create a new stream
Throws:
IOException

"

2013 FRC Java API

"

"
For updated information see the Java FRC site
"