A B C D E F G H I L M P R S T Z

B

BYBLOCK - Static variable in class com.iver.cit.javacad.util.AcadColor
When Autocad color is 0, then the color of the object is the color of the block where it is placed
BYLAYER - Static variable in class com.iver.cit.javacad.util.AcadColor
When Autocad color is 256, then the color of the object is the color of it layer
ByteUtils - class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils.
Clase que engloba métodos para trabajar con bytes.
ByteUtils() - Constructor for class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
 
bigIntegerToBytes(BigInteger, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing n into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
bitsToBytes(BitSet, int) - Static method in class freenet.support.HexUtil
Pack the bits in ba into a byte[].
bitsToHexString(BitSet, int) - Static method in class freenet.support.HexUtil
Pack the bits in ba into a byte[] then convert that to a hex string and return it.
blockManagement() - Method in class com.iver.cit.jdwglib.dwg.DwgFile
Modify the geometry of the objects contained in the blocks of a DWG file and add these objects to the DWG object list.
boolToBytes(boolean, byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Write the bytes representing b into the byte array data, starting at index offset [0], and increment offset [0] by the number of bytes written; if data == null, increment offset [0] by the number of bytes that would have been written otherwise.
byteToUnsignedInt(byte) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Convert a byte into an unsigned integer.
bytesToBigInteger(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the BigInteger represented by the bytes in data staring at offset offset[0].
bytesToBits(byte[], BitSet, int) - Static method in class freenet.support.HexUtil
Read bits from a byte array into a bitset
bytesToBool(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the boolean represented by the bytes in data staring at offset offset[0].
bytesToDouble(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the double represented by the bytes in data staring at offset offset[0].
bytesToHex(byte[], int, int) - Static method in class freenet.support.HexUtil
Converts a byte array into a string of upper case hex chars.
bytesToHex(byte[]) - Static method in class freenet.support.HexUtil
 
bytesToHexAppend(byte[], int, int, StringBuffer) - Static method in class freenet.support.HexUtil
 
bytesToInt(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the int represented by the bytes in data staring at offset offset[0].
bytesToInts(int[], int, byte[], int, int) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Convert an array of bytess into an array of ints.
bytesToLong(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the long represented by the bytes in data staring at offset offset[0].
bytesToMachineBytes(byte[]) - Static method in class com.iver.cit.jdwglib.dwg.DwgUtil
Convert bytes to machine value bytes
bytesToShort(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the short represented by the bytes in data staring at offset offset[0].
bytesToString(byte[], int[]) - Static method in class com.iver.cit.gvsig.fmap.drivers.dgn.ByteUtils
Return the String represented by the bytes in data staring at offset offset[0].

A B C D E F G H I L M P R S T Z