Searched refs:readObject (Results 1 - 25 of 30) sorted by relevance

12

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/persist/impl/
H A DEntityInput.java16 * <p>Unlike TupleInput, Strings are returned by {@link #readObject} when using
46 Object readObject(); method in interface:EntityInput
H A DReader.java30 Object readObject(Object o, EntityInput input, boolean rawAccess); method in interface:Reader
H A DConverterReader.java46 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:ConverterReader
50 o = oldFormat.readObject(o, input, true);
H A DPrimitiveArrayFormat.java77 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:PrimitiveArrayFormat
82 componentFormat.readObject(a[i], input, true);
111 return readObject(a, input, rawAccess);
H A DNonPersistentFormat.java49 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:NonPersistentFormat
H A DObjectArrayFormat.java113 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:ObjectArrayFormat
121 a[i] = input.readObject();
149 return readObject(a, input, rawAccess);
H A DProxiedFormat.java93 proxy = (PersistentProxy) reader.readObject(proxy, input, false);
99 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:ProxiedFormat
101 o = proxyFormat.getReader().readObject(o, input, true);
H A DRecordInput.java89 * @see EntityInput#readObject
91 public Object readObject() { method in class:RecordInput
140 * Reader.readObject further below does nothing) under certain
157 * must be done before calling Reader.readObject, which allows the
164 * case a converted object is returned by readObject.
166 Object o2 = reader.readObject(o, useInput, rawAccess);
181 return reader.readObject(o, this, rawAccess);
H A DWidenerInput.java258 return readObject();
261 public Object readObject() { method in class:WidenerInput
269 Byte b = (Byte) input.readObject();
274 Short s = (Short) input.readObject();
279 Integer i = (Integer) input.readObject();
284 Long l = (Long) input.readObject();
289 Float f = (Float) input.readObject();
297 Character c = (Character) input.readObject();
H A DCompositeKeyFormat.java210 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:CompositeKeyFormat
251 return readObject(o, in, rawAccess);
H A DCollectionProxy.java151 collection = (RawObject) format.readObject(collection, input, true);
H A DEnumFormat.java90 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:EnumFormat
H A DPersistEntityBinding.java66 * This is a special case of EntityInput.readObject for a top level entity.
72 * - Reader.readPriKey must be called prior to calling Reader.readObject.
89 return reader.readObject(entity, dataInput, rawAccess);
H A DRawAbstractInput.java37 public Object readObject() { method in class:RawAbstractInput
H A DFormat.java783 * constructor. Normally this creates an empty object, and readObject() is
790 * data, rather than that being done by readObject(). This is required for
814 public abstract Object readObject(Object o, method in class:Format
820 * This is the complement of the newInstance()/readObject() pair.
825 * Skips over the object's contents, as if readObject() were called, but
H A DRawAccessor.java232 val = input.readObject();
H A DComplexFormat.java477 public Object readObject(Object o, EntityInput input, boolean rawAccess) { method in class:ComplexFormat
622 return readObject(o, in, rawAccess);
1758 value = input.readObject();
1961 public Object readObject(Object o, method in class:ComplexFormat.EvolveReader
H A DReflectionAccessor.java375 field.set(o, in.readObject());
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/persist/test/
H A DEnhanced1.java93 f3 = (String) input.readObject();
96 f4 = (String) input.readObject();
122 f6 = (String) input.readObject();
125 f7 = (String) input.readObject();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/java/src/com/sleepycat/bind/serial/
H A DSerialBinding.java122 return jin.readObject();
H A DStoredClassCatalog.java187 classFormat = (ObjectStreamClass) ois.readObject();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/db-4.7.25.NC/test/scr024/src/com/sleepycat/bind/test/
H A DBindingSpeedTest.java241 ois.readObject();
261 ois.readObject();
274 ois.readObject();
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/Micromax/Linux/lib/
H A Djfreechart-1.0.13.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/jfree/ org/jfree/chart/ org/jfree/chart/annotations/ ...
H A Djcommon-1.0.16.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/keypoint/ org/ org/jfree/ org/jfree/base/ org/ ...
H A Djdom.jarorg/ org/jdom/ org/jdom/output/ org/jdom/output/XMLOutputter.class XMLOutputter.java package org.jdom ...

Completed in 206 milliseconds

12