org.drizzle.jdbc.internal.common.packet
Class SyncPacketFetcher

java.lang.Object
  extended by org.drizzle.jdbc.internal.common.packet.SyncPacketFetcher
All Implemented Interfaces:
PacketFetcher

public class SyncPacketFetcher
extends java.lang.Object
implements PacketFetcher


Constructor Summary
SyncPacketFetcher(java.io.InputStream is)
           
 
Method Summary
 void clearInputStream()
           
 void close()
           
 RawPacket getRawPacket()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SyncPacketFetcher

public SyncPacketFetcher(java.io.InputStream is)
Method Detail

getRawPacket

public RawPacket getRawPacket()
                       throws java.io.IOException
Specified by:
getRawPacket in interface PacketFetcher
Throws:
java.io.IOException

clearInputStream

public void clearInputStream()
                      throws java.io.IOException
Specified by:
clearInputStream in interface PacketFetcher
Throws:
java.io.IOException

close

public void close()
           throws java.io.IOException
Specified by:
close in interface PacketFetcher
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.