Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X
R
rawString()
- Method in class condor.classad.
AttrName
Returns the original string without quotes or escapes and original capitalization.
read()
- Method in class condor.classad.
ClassAdReader
Returns one character from the translated input stream.
read()
- Method in class condor.cedar.
CedarInputStream
Reads one byte from the input stream.
read(byte[])
- Method in class condor.cedar.
CedarInputStream
Reads at most b.length bytes from the input stream.
read(byte[], int, int)
- Method in class condor.cedar.
CedarInputStream
Reads at most len bytes from the input stream into buffer b, starting at offset off.
read(char[], int, int)
- Method in class condor.classad.
ClassAdReader
READABLE
- Static variable in class condor.classad.
ClassAdWriter
A combination of option flags for
formatFlags
.
readBoolean()
- Method in class condor.cedar.
CedarInputStream
Reads one boolean from the input stream.
readByte()
- Method in class condor.cedar.
CedarInputStream
Reads a byte from the input stream.
readChar()
- Method in class condor.cedar.
CedarInputStream
Reads one character from the input stream.
readDouble()
- Method in class condor.cedar.
CedarInputStream
Reads a double from the input stream.
readFloat()
- Method in class condor.cedar.
CedarInputStream
Reads a float from the input stream.
readFully(byte[])
- Method in class condor.cedar.
CedarInputStream
Equivalent to readFully(b, 0, b.length).
readFully(byte[], int, int)
- Method in class condor.cedar.
CedarInputStream
Reads a specified number of bytes, or throws an exception if there are not that many more bytes before the next end-of-message indication.
readInt()
- Method in class condor.cedar.
CedarInputStream
Reads an integer from the input stream.
readLine()
- Method in class condor.cedar.
CedarInputStream
Deprecated.
Use
readUTF()
instead.
readLong()
- Method in class condor.cedar.
CedarInputStream
Reads a long (64-bit) integer from the input stream.
readShort()
- Method in class condor.cedar.
CedarInputStream
Reads a short from the input stream.
readUnsignedByte()
- Method in class condor.cedar.
CedarInputStream
Reads an unsigned byte from the input stream.
readUnsignedShort()
- Method in class condor.cedar.
CedarInputStream
Reads an unsigned short from the input stream.
readUTF()
- Method in class condor.cedar.
CedarInputStream
Reads a null-terminated string in modified UTF-8 encoding from the input and throw away the terminating null.
readUTFchar()
- Method in class condor.cedar.
CedarInputStream
Reads one character in UTF format from the input.
REAL
- Static variable in class condor.classad.
Parser
REAL
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a real value
realValue()
- Method in class condor.classad.
Expr
Convert to a double value if possible.
realValue()
- Method in class condor.classad.
Constant
Get the double floating point value of this Constant if possible.
RECORD
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a record (classad)
RecordExpr
- class condor.classad.
RecordExpr
.
A "record" expression (also known as a "classad").
RecordExpr()
- Constructor for class condor.classad.
RecordExpr
Default constructor: a record with no fields
RecordExpr(int)
- Constructor for class condor.classad.
RecordExpr
Creates a RecordExpr with a specified capacity.
rel2str(long)
- Static method in class condor.classad.
Constant
Format a relative time value as a readable String.
RELATIVE_TIME
- Static variable in class condor.classad.
Expr
A type flag indicating that this is a relative time value
removeAttribute(AttrName)
- Method in class condor.classad.
RecordExpr
Delete an attribute.
REQ_ARG
- Static variable in class condor.classad.
GetOpt
A value for LongOption.has Arg meaning "option has a required argument"
reset()
- Method in class condor.cedar.
CedarInputStream
Always throws IOException (mark not supported).
reset(InputStream)
- Method in class condor.classad.
Parser
reset(InputStream)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from an InputStream
reset(Reader)
- Method in class condor.classad.
Parser
reset(Reader)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from a Reader.
reset(String)
- Method in class condor.classad.
Parser
reset(String)
- Method in class condor.classad.
ClassAdParser
Reset this parser to parse input from a String.
RIGHT_SHIFT
- Static variable in class condor.classad.
Expr
Token ID corresponding to the operator
>>
.
Overview
Package
Class
Use
Tree
Deprecated
Index
Help
PREV LETTER
NEXT LETTER
FRAMES
NO FRAMES
All Classes
A
B
C
D
E
F
G
H
I
L
M
N
O
P
Q
R
S
T
U
V
W
X