org.drizzle.jdbc.internal.common
Interface PacketFetcher

All Known Implementing Classes:
SyncPacketFetcher

public interface PacketFetcher

Created by IntelliJ IDEA. User: marcuse Date: Apr 1, 2009 Time: 8:26:16 AM To change this template use File | Settings | File Templates.


Method Summary
 void clearInputStream()
           
 void close()
           
 RawPacket getRawPacket()
           
 

Method Detail

getRawPacket

RawPacket getRawPacket()
                       throws java.io.IOException
Throws:
java.io.IOException

clearInputStream

void clearInputStream()
                      throws java.io.IOException
Throws:
java.io.IOException

close

void close()
           throws java.io.IOException
Throws:
java.io.IOException


Copyright © 2012. All Rights Reserved.