Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep
B C D F G I M O R S T U W

B

Byte4ByteDebugStreams - class com.anotherbigidea.io.Byte4ByteDebugStreams.
 
Byte4ByteDebugStreams(String) - Constructor for class com.anotherbigidea.io.Byte4ByteDebugStreams
 
Byte4ByteDebugStreams(byte[]) - Constructor for class com.anotherbigidea.io.Byte4ByteDebugStreams
 
bitBuf - Variable in class com.anotherbigidea.io.InStream
 
bitPos - Variable in class com.anotherbigidea.io.InStream
 
bytePtr - Variable in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
bytesIn - Variable in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
bytesOut - Variable in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
bytesRead - Variable in class com.anotherbigidea.io.InStream
 
bytesToSigned(byte, byte) - Static method in class com.anotherbigidea.io.InStream
Util to convert 2 bytes to a signed value

C

CountingOutputStream - class com.anotherbigidea.io.CountingOutputStream.
An OutputStream that provides a count of the bytes written.
CountingOutputStream() - Constructor for class com.anotherbigidea.io.CountingOutputStream
 
close() - Method in class com.anotherbigidea.io.OutStream
Override to ensure that bits are flushed
close() - Method in class com.anotherbigidea.io.OutputStreamWrapper
 
com.anotherbigidea.io - package com.anotherbigidea.io
 

D

determineSignedBitSize(int) - Static method in class com.anotherbigidea.io.OutStream
Determine the minimum number of bits required to hold the given signed value
determineUnsignedBitSize(long) - Static method in class com.anotherbigidea.io.OutStream
Determine the minimum number of bits required to hold the given unsigned value (may be zero)

F

flush() - Method in class com.anotherbigidea.io.OutStream
 
flush() - Method in class com.anotherbigidea.io.OutputStreamWrapper
 
flushBits() - Method in class com.anotherbigidea.io.OutStream
Flush the bit buffer to the output stream and reset values

G

getBit(int, long) - Static method in class com.anotherbigidea.io.OutStream
Get the given bit (where lowest bit is numbered 1)
getBytesRead() - Method in class com.anotherbigidea.io.InStream
 
getCount() - Method in class com.anotherbigidea.io.CountingOutputStream
 
getInputStream() - Method in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
getOutputStream() - Method in class com.anotherbigidea.io.OutputStreamWrapper
Get the wrapped output stream
getStringLength(byte[]) - Static method in class com.anotherbigidea.io.OutStream
Calculate the byte length of a string as it would be written to the output stream
getStringLength(String) - Static method in class com.anotherbigidea.io.OutStream
Calculate the byte length of a string as it would be written to the output stream using the default character encoding

I

InStream - class com.anotherbigidea.io.InStream.
Input Stream Wrapper
InStream(InputStream) - Constructor for class com.anotherbigidea.io.InStream
 
InStream(byte[]) - Constructor for class com.anotherbigidea.io.InStream
 
in - Variable in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
in - Variable in class com.anotherbigidea.io.InStream
 
initBits() - Method in class com.anotherbigidea.io.OutStream
Reset the bit buffer

M

MAX_TRANSFER_BUFFER_SIZE - Static variable in class com.anotherbigidea.io.InStream
 
mBitBuf - Variable in class com.anotherbigidea.io.OutStream
 
mBitPos - Variable in class com.anotherbigidea.io.OutStream
 
mCount - Variable in class com.anotherbigidea.io.CountingOutputStream
 
mOut - Variable in class com.anotherbigidea.io.OutputStreamWrapper
 

O

OutStream - class com.anotherbigidea.io.OutStream.
Output Stream Wrapper
OutStream(OutputStream) - Constructor for class com.anotherbigidea.io.OutStream
 
OutStream() - Constructor for class com.anotherbigidea.io.OutStream
 
OutputStreamWrapper - class com.anotherbigidea.io.OutputStreamWrapper.
Base class for output stream wrappers
OutputStreamWrapper(OutputStream) - Constructor for class com.anotherbigidea.io.OutputStreamWrapper
 

R

read() - Method in class com.anotherbigidea.io.InStream
Read all remaining bytes from the stream
read(int) - Method in class com.anotherbigidea.io.InStream
Read bytes from the input stream - throw up if all bytes are not available
read(byte[]) - Method in class com.anotherbigidea.io.InStream
Read as many bytes as possible (up to the limit of the passed-in array)
readCompressed() - Method in class com.anotherbigidea.io.InStream
Start reading compressed data - all further input is assumed to come from a zip compressed stream.
readDouble() - Method in class com.anotherbigidea.io.InStream
Read a 64 bit floating point number
readFloat() - Method in class com.anotherbigidea.io.InStream
Read a 32 bit floating point number
readSBits(int) - Method in class com.anotherbigidea.io.InStream
Read a signed value from the given number of bits
readSI16() - Method in class com.anotherbigidea.io.InStream
Read a signed 16 bit value
readSI32() - Method in class com.anotherbigidea.io.InStream
Read a 32 bit signed number
readString(String) - Method in class com.anotherbigidea.io.InStream
Read a null terminated string using the default character encoding
readStringBytes() - Method in class com.anotherbigidea.io.InStream
Read a string from the input stream
readUBits(int) - Method in class com.anotherbigidea.io.InStream
Read an unsigned value from the given number of bits
readUI16() - Method in class com.anotherbigidea.io.InStream
Read an unsigned 16 bit value
readUI32() - Method in class com.anotherbigidea.io.InStream
Read an unsigned 32 bit value
readUI8() - Method in class com.anotherbigidea.io.InStream
Read an unsigned 8 bit value

S

setBit(int, int) - Static method in class com.anotherbigidea.io.OutStream
Set the given bit (where lowest bit is numbered 1)
setBytesRead(long) - Method in class com.anotherbigidea.io.InStream
 
setCount(int) - Method in class com.anotherbigidea.io.CountingOutputStream
Set the counter.
setInputBytes(byte[]) - Method in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
setOutputStream(OutputStream) - Method in class com.anotherbigidea.io.OutputStreamWrapper
Change the wrapped output stream
sintTo2Bytes(int) - Static method in class com.anotherbigidea.io.OutStream
Util to convert a signed int to 2 bytes
skipBytes(long) - Method in class com.anotherbigidea.io.InStream
Skip a number of bytes from the input stream
synchBits() - Method in class com.anotherbigidea.io.InStream
Reset the bit buffer

T

transfer(OutputStream, int) - Method in class com.anotherbigidea.io.InStream
Transfer a number of bytes to an output stream

U

ubyteToInt(byte) - Static method in class com.anotherbigidea.io.InStream
Util to convert an unsigned byte to an unsigned int
uintTo2Bytes(int) - Static method in class com.anotherbigidea.io.OutStream
Util to convert an unsigned int to 2 bytes
uintTo4Bytes(int) - Static method in class com.anotherbigidea.io.OutStream
Util to convert an unsigned int to 4 bytes
uintToByte(int) - Static method in class com.anotherbigidea.io.OutStream
Util to convert an unsigned int to an unsigned byte

W

write(int) - Method in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
write(String) - Method in class com.anotherbigidea.io.Byte4ByteDebugStreams
 
write(byte[]) - Method in class com.anotherbigidea.io.OutStream
Write the given bytes to the output stream
write(byte[], int, int) - Method in class com.anotherbigidea.io.OutStream
Write the given bytes to the output stream
write(int) - Method in class com.anotherbigidea.io.OutStream
 
write(int) - Method in class com.anotherbigidea.io.OutputStreamWrapper
 
write(byte[], int, int) - Method in class com.anotherbigidea.io.OutputStreamWrapper
 
write(byte[]) - Method in class com.anotherbigidea.io.OutputStreamWrapper
 
writeCompressed() - Method in class com.anotherbigidea.io.OutStream
Compress all subsequent data
writeDouble(double) - Method in class com.anotherbigidea.io.OutStream
Write a double value
writeFloat(float) - Method in class com.anotherbigidea.io.OutStream
Write a float value
writeSBits(int, int) - Method in class com.anotherbigidea.io.OutStream
Write a signed value to the output stream in the given number of bits.
writeSI16(short) - Method in class com.anotherbigidea.io.OutStream
Write a 16 bit signed value to the out stream
writeSI32(int) - Method in class com.anotherbigidea.io.OutStream
Write a 32 bit signed value
writeString(String, String) - Method in class com.anotherbigidea.io.OutStream
Write a string to the output stream using the default encoding and add terminating null
writeString(byte[]) - Method in class com.anotherbigidea.io.OutStream
Write a string to the output stream and add terminating null
writeUBits(int, long) - Method in class com.anotherbigidea.io.OutStream
Write an unsigned value to the output stream in the given number of bits
writeUI16(int) - Method in class com.anotherbigidea.io.OutStream
Write a 16 bit unsigned value to the out stream
writeUI32(long) - Method in class com.anotherbigidea.io.OutStream
Write a 32 bit unsigned value to the out stream
writeUI8(int) - Method in class com.anotherbigidea.io.OutStream
Write an 8 bit unsigned value to the out stream

B C D F G I M O R S T U W