- BasicPermission - Class in java.security
-
- BasicPermission(String) - Constructor for class java.security.BasicPermission
-
- BasicPermission(String, String) - Constructor for class java.security.BasicPermission
-
Creates a new BasicPermission object with the specified name.
- before(Object) - Method in class java.util.Calendar
-
Returns whether this Calendar represents a time before the time represented by the
specified Object.
- before(Date) - Method in class java.util.Date
-
Tests if this date is before the specified date.
- BIG_ENDIAN - Static variable in class ej.bon.ByteArray
-
Access mode big endian.
- BitFieldHelper - Class in ej.basictool
-
Helper to manage bit fields.
- BitFieldHelper() - Constructor for class ej.basictool.BitFieldHelper
-
- BitsInput - Interface in ej.ecom.io
-
This interface defines methods for reading data bits.
- BitsOutput - Interface in ej.ecom.io
-
This interface defines methods for writing data bits.
- Boolean - Class in java.lang
-
The Boolean class wraps a value of the primitive type boolean in an object.
- Boolean(boolean) - Constructor for class java.lang.Boolean
-
Allocates a Boolean object representing the value argument.
- Boolean(String) - Constructor for class java.lang.Boolean
-
Allocates a Boolean object representing the value true if the string argument is
not null and is equal, ignoring case, to the string "true".
- booleanValue() - Method in class java.lang.Boolean
-
Returns the value of this Boolean object as a boolean primitive.
- breakConnection() - Method in class com.cinterion.io.ATCommand
-
This function switches the module, when in CSD data call, back from
transparent data mode to AT command mode.
- buildJSONArrayFromArray(Object) - Static method in class org.json.me.JSONObject.Util
-
- Byte - Class in java.lang
-
The Byte class wraps a value of primitive type byte in an object.
- Byte(byte) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte object that represents the specified byte
value.
- Byte(String) - Constructor for class java.lang.Byte
-
Constructs a newly allocated Byte object that represents the byte value indicated
by the String parameter.
- BYTE_SIZE - Static variable in class ej.bon.ByteArray
-
The size of a byte.
- ByteArray - Class in ej.bon
-
This class provides some utilities to manage I/O on a byte array.
- ByteArray() - Constructor for class ej.bon.ByteArray
-
- ByteArrayInputStream - Class in java.io
-
A ByteArrayInputStream contains an internal buffer that contains bytes that may be
read from the stream.
- ByteArrayInputStream(byte[]) - Constructor for class java.io.ByteArrayInputStream
-
Creates a ByteArrayInputStream so that it uses buf as its buffer array.
- ByteArrayInputStream(byte[], int, int) - Constructor for class java.io.ByteArrayInputStream
-
Creates ByteArrayInputStream that uses buf as its buffer array.
- ByteArrayOutputStream - Class in java.io
-
This class implements an output stream in which the data is written into a byte array.
- ByteArrayOutputStream() - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream.
- ByteArrayOutputStream(int) - Constructor for class java.io.ByteArrayOutputStream
-
Creates a new byte array output stream, with a buffer capacity of the specified size, in bytes.
- byteValue() - Method in class java.lang.Byte
-
Returns the value of this Byte as a byte.
- byteValue() - Method in class java.lang.Double
-
Returns the value of this Double as a byte (by casting to a byte).
- byteValue() - Method in class java.lang.Float
-
Returns the value of this Float as a byte (by casting to a byte).
- byteValue() - Method in class java.lang.Integer
-
Returns the value of this Integer as a byte.
- byteValue() - Method in class java.lang.Long
-
Returns the value of this Long as a byte.
- byteValue() - Method in class java.lang.Number
-
Returns the value of the specified number as a byte.
- byteValue() - Method in class java.lang.Short
-
Returns the value of this Short as a byte.