Package | Description |
---|---|
java.io | |
java.lang | |
java.lang.reflect | |
java.util |
Modifier and Type | Method and Description |
---|---|
void |
PrintStream.print(char[] s) |
void |
PrintStream.println(char[] s) |
int |
FileInputStream.read(byte[] b) |
int |
FilterInputStream.read(byte[] b) |
int |
RandomAccessFile.read(byte[] b) |
int |
FileInputStream.read(byte[] b,
int off,
int len) |
int |
FilterInputStream.read(byte[] b,
int off,
int len) |
int |
LineNumberInputStream.read(byte[] b,
int off,
int len) |
int |
PushbackInputStream.read(byte[] b,
int off,
int len) |
int |
RandomAccessFile.read(byte[] b,
int off,
int len) |
int |
SequenceInputStream.read(byte[] b,
int off,
int len) |
void |
RandomAccessFile.readFully(byte[] b) |
void |
RandomAccessFile.readFully(byte[] b,
int off,
int len) |
void |
FileOutputStream.write(byte[] b) |
void |
FilterOutputStream.write(byte[] b) |
void |
OutputStream.write(byte[] b) |
void |
RandomAccessFile.write(byte[] b) |
void |
BufferedOutputStream.write(byte[] b,
int off,
int len) |
void |
FileOutputStream.write(byte[] b,
int off,
int len) |
void |
FilterOutputStream.write(byte[] b,
int off,
int len) |
void |
OutputStream.write(byte[] b,
int off,
int len) |
void |
PrintStream.write(byte[] b,
int off,
int len) |
void |
RandomAccessFile.write(byte[] b,
int off,
int len) |
void |
BufferedOutputStream.write(int b) |
Constructor and Description |
---|
File(File dir,
String name) |
File(String path) |
File(String dirname,
String name) |
File(URI uri) |
Modifier and Type | Method and Description |
---|---|
StringBuffer |
StringBuffer.append(char[] str) |
StringBuffer |
StringBuffer.append(char[] str,
int offset,
int len) |
static void |
System.arraycopy(Object src,
int srcOffset,
Object dst,
int dstOffset,
int length) |
int |
String.compareTo(String anotherString) |
String |
String.concat(String str) |
boolean |
String.endsWith(String suffix) |
void |
String.getBytes(int srcBegin,
int srcEnd,
byte[] dst,
int dstBegin)
Deprecated.
|
void |
String.getChars(int srcBegin,
int srcEnd,
char[] dst,
int dstBegin) |
int |
String.indexOf(String str,
int fromIndex) |
StringBuffer |
StringBuffer.insert(int offset,
char[] str) |
StringBuffer |
StringBuffer.insert(int offset,
char[] str,
int stroffset,
int strlen) |
int |
String.lastIndexOf(String str,
int offset) |
boolean |
String.regionMatches(boolean ignoreCase,
int toffset,
String other,
int ooffset,
int len) |
boolean |
String.regionMatches(int toffset,
String other,
int ooffset,
int len) |
protected void |
ClassLoader.resolveClass(Class c)
resolveClass forces all constants in the constant pool of c to be resolved.
|
boolean |
String.startsWith(String prefix,
int offset) |
void |
Thread.stop(Throwable thr)
stop(Throwable thr) performs an access check and then throws "thr" in
the victim thread.
|
static String |
String.valueOf(char[] data) |
static String |
String.valueOf(char[] data,
int offset,
int count) |
static Float |
Float.valueOf(String s) |
Constructor and Description |
---|
String(byte[] value) |
String(byte[] value,
int hibyte) |
String(byte[] value,
int offset,
int count) |
String(byte[] value,
int hibyte,
int offset,
int count) |
String(char[] value) |
String(char[] value,
int offset,
int count) |
String(String value) |
String(StringBuffer value) |
ThreadGroup(ThreadGroup parent,
String name)
Constructor ThreadGroup(ThreadGroup parent, String name)
constructs a ThreadGroup with the given name and parent.
|
Modifier and Type | Method and Description |
---|---|
Object |
Field.get(Object obj) |
static Object |
Array.get(Object array,
int index) |
boolean |
Field.getBoolean(Object obj) |
static boolean |
Array.getBoolean(Object array,
int index) |
byte |
Field.getByte(Object obj) |
static byte |
Array.getByte(Object array,
int index) |
char |
Field.getChar(Object obj) |
static char |
Array.getChar(Object array,
int index) |
double |
Field.getDouble(Object obj) |
static double |
Array.getDouble(Object array,
int index) |
float |
Field.getFloat(Object obj) |
static float |
Array.getFloat(Object array,
int index) |
int |
Field.getInt(Object obj) |
static int |
Array.getInt(Object array,
int index) |
static int |
Array.getLength(Object array) |
long |
Field.getLong(Object obj) |
static long |
Array.getLong(Object array,
int index) |
short |
Field.getShort(Object obj) |
static short |
Array.getShort(Object array,
int index) |
Object |
Method.invoke(Object obj,
Object[] args) |
static Object |
Array.newInstance(Class componentType,
int length) |
static Object |
Array.newInstance(Class componentType,
int[] dimensions) |
static void |
Array.set(Object array,
int index,
Object value) |
void |
Field.set(Object obj,
Object value) |
void |
Field.setBoolean(Object obj,
boolean z) |
static void |
Array.setBoolean(Object array,
int index,
boolean z) |
void |
Field.setByte(Object obj,
byte b) |
static void |
Array.setByte(Object array,
int index,
byte b) |
void |
Field.setChar(Object obj,
char c) |
static void |
Array.setChar(Object array,
int index,
char c) |
void |
Field.setDouble(Object obj,
double d) |
static void |
Array.setDouble(Object array,
int index,
double d) |
void |
Field.setFloat(Object obj,
float f) |
static void |
Array.setFloat(Object array,
int index,
float f) |
void |
Field.setInt(Object obj,
int i) |
static void |
Array.setInt(Object array,
int index,
int i) |
static void |
Array.setLong(Object array,
int index,
long l) |
void |
Field.setLong(Object obj,
long l) |
static void |
Array.setShort(Object array,
int index,
short s) |
void |
Field.setShort(Object obj,
short s) |
Modifier and Type | Method and Description |
---|---|
boolean |
List.addAll(Collection c) |
boolean |
List.addAll(int index,
Collection c) |
boolean |
Map.containsKey(Object key) |
boolean |
Map.containsValue(Object value) |
abstract Object |
Dictionary.get(Object key) |
Object |
Map.get(Object key) |
SortedMap |
SortedMap.headMap(Object toKey) |
void |
Properties.list(PrintStream out) |
void |
Properties.list(PrintWriter out) |
abstract Object |
Dictionary.put(Object key,
Object Element) |
Object |
Map.put(Object key,
Object value) |
void |
Map.putAll(Map t) |
abstract Object |
Dictionary.remove(Object key) |
Object |
Collections.UnmodEntry.setValue(Object value) |
Object |
Map.Entry.setValue(Object value) |
SortedMap |
SortedMap.subMap(Object fromKey,
Object toKey) |
SortedMap |
SortedMap.tailMap(Object fromKey) |