org.mariadb.jdbc.internal.io.input
Interface PacketInputStream
- All Known Implementing Classes:
- DecompressPacketInputStream, StandardPacketInputStream
public interface PacketInputStream
getPacket
Buffer getPacket(boolean reUsable)
throws IOException
- Throws:
IOException
getPacketArray
byte[] getPacketArray(boolean reUsable)
throws IOException
- Throws:
IOException
getLastPacketLength
int getLastPacketLength()
getLastPacketSeq
int getLastPacketSeq()
getCompressLastPacketSeq
int getCompressLastPacketSeq()
close
void close()
throws IOException
- Throws:
IOException
setServerThreadId
void setServerThreadId(long serverThreadId,
Boolean isMaster)
setTraceCache
void setTraceCache(LruTraceCache traceCache)
Copyright © 2017. All rights reserved.