Uses of Class
org.mariadb.jdbc.client.util.MutableByte
Packages that use MutableByte
-
Uses of MutableByte in org.mariadb.jdbc.client.socket
Methods in org.mariadb.jdbc.client.socket that return MutableByte -
Uses of MutableByte in org.mariadb.jdbc.client.socket.impl
Fields in org.mariadb.jdbc.client.socket.impl declared as MutableByteModifier and TypeFieldDescriptionprotected final MutableBytePacketWriter.compressSequencecompressed packet sequenceprotected final MutableBytePacketWriter.sequencepacket sequenceMethods in org.mariadb.jdbc.client.socket.impl that return MutableByteConstructors in org.mariadb.jdbc.client.socket.impl with parameters of type MutableByteModifierConstructorDescriptionCompressInputStream(InputStream in, MutableByte compressionSequence) Constructor.CompressOutputStream(OutputStream out, MutableByte compressionSequence) Constructor.PacketReader(InputStream in, Configuration conf, MutableByte sequence) Constructor of standard socket MySQL packet stream reader.PacketWriter(OutputStream out, int maxQuerySizeToLog, Integer maxAllowedPacket, MutableByte sequence, MutableByte compressSequence) Common feature to write data into socket, creating MariaDB Packet.