Searched defs:reset (Results 176 - 200 of 553) sorted by relevance

1234567891011>>

/openjdk7/jdk/src/share/classes/sun/io/
H A DByteToCharEUC_JP.java49 reset();
52 reset();
58 * Call this method to reset the converter to its initial state
60 public void reset() { method in class:ByteToCharEUC_JP
61 super.reset();
H A DByteToCharEUC_JP_LINUX.java51 reset();
54 reset();
60 * Call this method to reset the converter to its initial state
62 public void reset() { method in class:ByteToCharEUC_JP_LINUX
63 super.reset();
H A DByteToCharEUC_JP_Solaris.java61 reset();
64 reset();
70 * Call this method to reset the converter to its initial state
72 public void reset() { method in class:ByteToCharEUC_JP_Solaris
73 super.reset();
H A DByteToCharEUC_TW.java60 reset();
64 public void reset() { method in class:ByteToCharEUC_TW
65 dec.reset();
H A DByteToCharGB18030.java272 public void reset() { method in class:ByteToCharGB18030
H A DByteToCharISCII91.java226 * @see sun.io.ByteToCharConverter#reset
228 public void reset() method in class:ByteToCharISCII91
231 }//reset()
H A DByteToCharISO2022JP.java304 public void reset() { method in class:ByteToCharISO2022JP
H A DCharToByteDBCS_EBCDIC.java56 * flush out any residual data and reset the buffer state
64 reset();
76 reset();
213 public void reset() { method in class:CharToByteDBCS_EBCDIC
H A DCharToByteDoubleByte.java191 * Call this method to reset the converter to its initial state
193 public void reset() { method in class:CharToByteDoubleByte
H A DCharToByteEUC.java45 * flush out any residual data and reset the buffer state
52 reset();
57 reset();
206 public void reset() { method in class:CharToByteEUC
H A DCharToByteISO2022JP.java301 public void reset() { method in class:CharToByteISO2022JP
H A DCharToByteSingleByte.java251 * Call this method to reset the converter to its initial state
253 public void reset() { method in class:CharToByteSingleByte
H A DCharToByteUnicode.java144 public void reset () { method in class:CharToByteUnicode
/openjdk7/jdk/src/share/classes/sun/net/httpserver/
H A DChunkedInputStream.java181 public void reset () throws IOException { method in class:ChunkedInputStream
182 throw new IOException ("mark/reset not supported");
/openjdk7/jdk/src/share/classes/sun/net/www/
H A DMeteredStream.java65 * cannot reset() after close()
180 * mark the count to restore upon reset
186 public synchronized void reset() throws IOException { method in class:MeteredStream
196 super.reset();
/openjdk7/jdk/src/share/classes/sun/nio/fs/
H A DAbstractWatchKey.java173 public final boolean reset() { method in class:AbstractWatchKey
/openjdk7/jdk/src/solaris/classes/sun/java2d/xr/
H A DMaskTile.java147 public void reset() { method in class:MaskTile
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DSignature.java161 final void reset(int p) { pos = p; } method in class:Signature.MyByteArrayInputStream
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DArrayNodeListIterator.java46 public DTMAxisIterator reset() { method in class:ArrayNodeListIterator
H A DCachedNodeListIterator.java103 public DTMAxisIterator reset() { method in class:CachedNodeListIterator
H A DCurrentNodeListIterator.java123 return clone.reset();
132 public DTMAxisIterator reset() { method in class:CurrentNodeListIterator
H A DMultiValuedNodeHeapIterator.java71 * reset from the current position of the original.
131 public abstract HeapNode reset(); method in class:MultiValuedNodeHeapIterator.HeapNode
164 return clone.reset();
281 public DTMAxisIterator reset() { method in class:MultiValuedNodeHeapIterator
283 _heap[i].reset();
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLVersionDetector.java142 public void reset(XMLComponentManager componentManager) method in class:XMLVersionDetector
151 } // reset(XMLComponentManager)
170 // Note: above we reset fEntityScanner in the entity manager, thus in startEntity
171 // in each scanner fEntityScanner field must be reset to reflect the change.
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/dv/
H A DXSFacets.java122 public void reset(){ method in class:XSFacets
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/io/
H A DASCIIReader.java200 * Mark the present position in the stream. Subsequent calls to reset()
207 * reset the stream may fail.
219 * attempt to reset it in some way appropriate to the particular stream,
221 * character-input streams support the reset() operation, and some support
222 * reset() without supporting mark().
226 * or if the stream does not support reset(),
229 public void reset() throws IOException { method in class:ASCIIReader
230 fInputStream.reset();
231 } // reset()
235 * ready(), mark(), or reset() invocation
[all...]

Completed in 115 milliseconds

1234567891011>>