Searched refs:INITIAL_FILE_SIZE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/test/java/nio/MappedByteBuffer/
H A DTruncate.java38 static final long INITIAL_FILE_SIZE = 32000L; field in class:Truncate
46 fc.position(INITIAL_FILE_SIZE).write(ByteBuffer.wrap("THE END".getBytes()));

Completed in 29 milliseconds