- BasicPermission - Class in java.security
-
The BasicPermission class extends the Permission class, and can be used as the base class for
permissions that want to follow the same naming convention as BasicPermission.
- BasicPermission(String) - Constructor for class java.security.BasicPermission
-
Creates a new BasicPermission with the specified name.
- 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.
- 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.
- buf - Variable in class java.io.ByteArrayInputStream
-
An array of bytes that was provided by the creator of the stream.
- buf - Variable in class java.io.ByteArrayOutputStream
-
The buffer where data is stored.
- 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.
- 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.
- bytesTransferred - Variable in exception java.io.InterruptedIOException
-
Reports how many bytes had been transferred as part of the I/O operation before it was
interrupted.
- 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
.