Searched defs:setLength (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/imageio/stream/
H A DIIOByteBuffer.java126 * @see #setLength
140 public void setLength(int length) { method in class:IIOByteBuffer
/openjdk7/jdk/src/share/classes/com/sun/media/sound/
H A DDLSSampleLoop.java44 public void setLength(long length) { method in class:DLSSampleLoop
H A DRIFFWriter.java56 public void setLength(long i) throws IOException; method in interface:RIFFWriter.RandomAccessWriter
99 public void setLength(long i) throws IOException { method in class:RIFFWriter.RandomAccessFileWriter
100 raf.setLength(i);
139 setLength(newsize);
154 public void setLength(long i) throws IOException { method in class:RIFFWriter.RandomAccessByteWriter
188 raf.setLength(0);
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DByteBufferWithInfo.java181 public void setLength(int theLength) method in class:ByteBufferWithInfo
/openjdk7/jdk/src/share/classes/java/net/
H A DDatagramPacket.java234 * @see #setLength(int)
372 public synchronized void setLength(int length) { method in class:DatagramPacket
/openjdk7/jaxp/src/com/sun/org/apache/bcel/internal/classfile/
H A DAttribute.java243 public final void setLength(int length) { method in class:Attribute
H A DLocalVariable.java212 public final void setLength(int length) { method in class:LocalVariable
/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/utils/
H A DFastStringBuffer.java288 * may eventually be different from setLength(0), which see.
320 * The only safe use for our setLength() is to truncate the FastStringBuffer
326 public final void setLength(int l) method in class:FastStringBuffer
333 m_innerFSB.setLength(l, this);
353 * Subroutine for the public setLength() method. Deals with the fact
359 private final void setLength(int l, FastStringBuffer rootFSB) method in class:FastStringBuffer
366 m_innerFSB.setLength(l, rootFSB);
/openjdk7/jdk/src/share/classes/java/lang/
H A DAbstractStringBuilder.java171 public void setLength(int newLength) { method in class:AbstractStringBuilder
H A DStringBuffer.java169 public synchronized void setLength(int newLength) { method in class:StringBuffer
170 super.setLength(newLength);
/openjdk7/jdk/src/share/classes/java/io/
H A DRandomAccessFile.java607 public native void setLength(long newLength) throws IOException; method in class:RandomAccessFile

Completed in 76 milliseconds