public interface MariaDbInputStream
| Modifier and Type | Method and Description |
|---|---|
int |
available() |
void |
close() |
int |
getLastPacketSeq() |
void |
mark(int readlimit) |
boolean |
markSupported() |
int |
read() |
int |
read(byte[] bytes) |
int |
read(byte[] bytes,
int off,
int len) |
int |
readHeader() |
void |
reset() |
void |
setLastPacketSeq(int lastPacketSeq) |
long |
skip(long length) |
int readHeader()
throws IOException
IOExceptionint read() throws IOException
IOExceptionint read(byte[] bytes) throws IOException
IOExceptionint read(byte[] bytes,
int off,
int len)
throws IOException
IOExceptionlong skip(long length) throws IOException
IOExceptionint available()
throws IOException
IOExceptionvoid close()
throws IOException
IOExceptionvoid mark(int readlimit)
void reset()
throws IOException
IOExceptionboolean markSupported()
void setLastPacketSeq(int lastPacketSeq)
int getLastPacketSeq()
Copyright © 2016. All rights reserved.