public final class ReferenceReader extends Object
| 构造器和说明 |
|---|
ReferenceReader() |
public static final DateTime readDateTime(Reader reader) throws IOException
IOExceptionpublic static final DateTime readTime(Reader reader) throws IOException
IOExceptionpublic static final UUID readUUID(Reader reader) throws IOException
IOExceptionpublic static final String readString(Reader reader) throws IOException
IOExceptionpublic static final char[] readChars(Reader reader) throws IOException
IOExceptionpublic static final char[] readCharArray(Reader reader) throws IOException
IOExceptionpublic static final char[][] readCharsArray(Reader reader) throws IOException
IOExceptionpublic static final byte[] readBytes(Reader reader) throws IOException
IOExceptionpublic static final byte[] readByteArray(Reader reader) throws IOException
IOExceptionpublic static final byte[][] readBytesArray(Reader reader) throws IOException
IOExceptionpublic static final short[] readShortArray(Reader reader) throws IOException
IOExceptionpublic static final int[] readIntArray(Reader reader) throws IOException
IOExceptionpublic static final long[] readLongArray(Reader reader) throws IOException
IOExceptionpublic static final boolean[] readBooleanArray(Reader reader) throws IOException
IOExceptionpublic static final float[] readFloatArray(Reader reader) throws IOException
IOExceptionpublic static final double[] readDoubleArray(Reader reader) throws IOException
IOExceptionpublic static final BigDecimal[] readBigDecimalArray(Reader reader) throws IOException
IOExceptionpublic static final BigInteger[] readBigIntegerArray(Reader reader) throws IOException
IOExceptionpublic static final String[] readStringArray(Reader reader) throws IOException
IOExceptionpublic static final StringBuilder[] readStringBuilderArray(Reader reader) throws IOException
IOExceptionpublic static final StringBuffer[] readStringBufferArray(Reader reader) throws IOException
IOExceptionpublic static final Calendar[] readCalendarArray(Reader reader) throws IOException
IOExceptionpublic static final Date[] readDateArray(Reader reader) throws IOException
IOExceptionpublic static final Time[] readTimeArray(Reader reader) throws IOException
IOExceptionpublic static final Date[] readDateTimeArray(Reader reader) throws IOException
IOExceptionpublic static final Timestamp[] readTimestampArray(Reader reader) throws IOException
IOExceptionpublic static final UUID[] readUUIDArray(Reader reader) throws IOException
IOExceptionpublic static final <T> T[] readArray(Reader reader, Type type) throws IOException
IOExceptionpublic static final Object[] readArray(Reader reader, int count) throws IOException
IOExceptionpublic static final Object[] readArray(Reader reader) throws IOException
IOExceptionpublic static final void readArray(Reader reader, Type[] types, Object[] a, int count) throws IOException
IOExceptionpublic static final ArrayList readArrayList(Reader reader) throws IOException
IOExceptionpublic static final Collection readCollection(Reader reader, Class<? extends Collection> type, Type componentType) throws IOException
IOExceptionpublic static void readCollection(Reader reader, Type type, Collection a, int count) throws IOException
IOExceptionpublic static final ArrayList readArrayList(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedList readLinkedList(Reader reader, Type type) throws IOException
IOExceptionpublic static final HashSet readHashSet(Reader reader, Type type) throws IOException
IOExceptionpublic static final TreeSet readTreeSet(Reader reader, Type type) throws IOException
IOExceptionpublic static final Collection readCollection(Reader reader, Type type) throws IOException
IOExceptionpublic static final HashMap readHashMap(Reader reader) throws IOException
IOExceptionpublic static void readListAsMap(Reader reader, Map m, Type keyType, Type valueType, int count) throws IOException
IOExceptionpublic static void readListAsMap(Reader reader, Type type, Map m, int count) throws IOException
IOExceptionpublic static Map readListAsMap(Reader reader, Class<? extends Map> type, Type keyType, Type valueType) throws IOException
IOExceptionpublic static final HashMap readListAsHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedHashMap readListAsLinkedHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedCaseInsensitiveMap readListAsLinkedCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final CaseInsensitiveMap readListAsCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final TreeMap readListAsTreeMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final Map readListAsMap(Reader reader, Type type) throws IOException
IOExceptionpublic static void readObjectAsMap(Reader reader, Map<String,Object> m, Map<String,Type> typeMap, String[] memberNames, int count) throws IOException
IOExceptionpublic static final Map<String,Object> readObjectAsMap(Reader reader, Class<? extends Map> type, Map<String,Type> typeMap) throws IOException
IOExceptionpublic static void readObjectAsMap(Reader reader, Map m, Type keyType, Type valueType, int count, String[] memberNames) throws IOException
IOExceptionpublic static final Map readObjectAsMap(Reader reader, Class<? extends Map> type, Type keyType, Type valueType) throws IOException
IOExceptionpublic static void readObjectAsMap(Reader reader, Type type, Map m, int count, String[] memberNames) throws IOException
IOExceptionpublic static final HashMap readObjectAsHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedHashMap readObjectAsLinkedHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedCaseInsensitiveMap readObjectAsLinkedCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final CaseInsensitiveMap readObjectAsCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final TreeMap readObjectAsTreeMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final Map readObjectAsMap(Reader reader, Type type) throws IOException
IOExceptionpublic static void readMap(Reader reader, Map<String,Object> m, Map<String,Type> typeMap, int count) throws IOException
IOExceptionpublic static final Map<String,Object> readMap(Reader reader, Class<? extends Map> type, Map<String,Type> typeMap) throws IOException
IOExceptionpublic static void readMap(Reader reader, Map m, Type keyType, Type valueType, int count) throws IOException
IOExceptionpublic static final Map readMap(Reader reader, Class<? extends Map> type, Type keyType, Type valueType) throws IOException
IOExceptionpublic static final HashMap readHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedHashMap readLinkedHashMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final LinkedCaseInsensitiveMap readLinkedCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final CaseInsensitiveMap readCaseInsensitiveMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final TreeMap readTreeMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final Map readMap(Reader reader, Type type) throws IOException
IOExceptionpublic static final Object readMapAsObject(Reader reader, Type type) throws IOException
IOExceptionpublic static final Object readObject(Reader reader, Type type) throws IOException
IOExceptionpublic static final Object readObject(Reader reader) throws IOException
IOExceptionCopyright © 2018. All rights reserved.