jaulib v1.4.0-2-g788cf73
Jau Support Library (C++, Java, ..)
Loading...
Searching...
No Matches
jau::io::Bitstream Member List

This is the complete list of members for jau::io::Bitstream, including all inherited members.

bitCache()jau::io::Bitstreaminline
bitCacheSizeRead() const noexceptjau::io::Bitstreaminline
Bitstream(std::unique_ptr< ByteStream > &&stream, ioaccess_t access)jau::io::Bitstreaminline
byteOrder() const noexceptjau::io::Bitstreaminline
byteStream()jau::io::Bitstreaminline
cachedBitCount() const noexceptjau::io::Bitstreaminline
cachedBitPos() const noexceptjau::io::Bitstreaminline
canWrite() const noexceptjau::io::Bitstreaminline
close() noexceptjau::io::Bitstreaminline
flush() noexceptjau::io::Bitstreaminline
ioaccess() const noexceptjau::io::Bitstreaminline
mark() const noexceptjau::io::Bitstreaminline
markReadLimit() const noexceptjau::io::Bitstreaminline
MaxBitCacheSizejau::io::Bitstreamstatic
mode() const noexceptjau::io::Bitstreaminline
nposjau::io::Bitstreamstatic
position() const noexceptjau::io::Bitstreaminline
readBit() noexceptjau::io::Bitstreaminline
readBits64(jau::nsize_t n, data_type &r) noexceptjau::io::Bitstreaminline
readSInt16(int16_t &bits) noexceptjau::io::Bitstreaminline
readU32(uint32_t &bits) noexceptjau::io::Bitstreaminline
readUInt16(uint16_t &bits) noexceptjau::io::Bitstreaminline
readUInt8(uint8_t &bits) noexceptjau::io::Bitstreaminline
seek(size_type newPos) noexceptjau::io::Bitstreaminline
seekMark() noexceptjau::io::Bitstreaminline
setAccess(ioaccess_t access) noexceptjau::io::Bitstreaminline
setImmutable() noexceptjau::io::Bitstreaminline
setMark(size_type readLimit) noexceptjau::io::Bitstreaminline
size_type typedefjau::io::Bitstream
skip(size_type n) noexceptjau::io::Bitstreaminline
toHexBinaryString(uint64_t v, unsigned bitCount=MaxBitCacheSize)jau::io::Bitstreaminlinestatic
toString() constjau::io::Bitstreaminline
toStringImpl() constjau::io::Bitstreaminline
writeBit(uint8_t bit) noexceptjau::io::Bitstreaminline
writeBits64(jau::nsize_t n, data_type bits) noexceptjau::io::Bitstreaminline
writeU32(uint32_t bits) noexceptjau::io::Bitstreaminline
writeUInt16(uint16_t bits) noexceptjau::io::Bitstreaminline
writeUInt8(uint8_t bits) noexceptjau::io::Bitstreaminline