Home
last modified time | relevance | path

Searched defs:setLength (Results 1 – 5 of 5) sorted by relevance

/libcore/luni/src/main/java/java/net/
DDatagramPacket.java211 public synchronized void setLength(int length) { in setLength() method in DatagramPacket
/libcore/luni/src/main/java/java/util/logging/
DFileHandler.java563 public void setLength(long newLength) { in setLength() method in FileHandler.MeasureOutputStream
/libcore/luni/src/main/java/java/io/
DRandomAccessFile.java624 public void setLength(long newLength) throws IOException { in setLength() method in RandomAccessFile
/libcore/luni/src/main/java/java/lang/
DStringBuffer.java702 public synchronized void setLength(int length) { in setLength() method in StringBuffer
DAbstractStringBuilder.java559 public void setLength(int length) { in setLength() method in AbstractStringBuilder