Package org.firebirdsql.gds.ng.wire
Interface XdrStreamAccess
- 
 public interface XdrStreamAccessProvides access to theXdrInputStreamandXdrOutputStream.- Since:
- 3.0
- Author:
- Mark Rotteveel
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description XdrInputStreamgetXdrIn()Gets the XdrInputStream.XdrOutputStreamgetXdrOut()Gets the XdrOutputStream.
 
- 
- 
- 
Method Detail- 
getXdrInXdrInputStream getXdrIn() throws java.sql.SQLException Gets the XdrInputStream.- Returns:
- Instance of XdrInputStream
- Throws:
- java.sql.SQLException- If no connection is opened or when exceptions occur retrieving the InputStream
 
 - 
getXdrOutXdrOutputStream getXdrOut() throws java.sql.SQLException Gets the XdrOutputStream.- Returns:
- Instance of XdrOutputStream
- Throws:
- java.sql.SQLException- If no connection is opened or when exceptions occur retrieving the OutputStream
 
 
- 
 
-