KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > resource > cci > Streamable

javax.resource.cci
Interface Streamable

See Also:
Top Examples, Source Code, Record

public void read(InputStream istream)
          throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


public void write(OutputStream ostream)
           throws IOException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags