File
Doc
Category
Size
Date
Package
DuplicateWrappedByteBufferTest.java
API Doc
Android 1.5 API
1228
Wed May 06 22:41:04 BST 2009
org.apache.harmony.nio.tests.java.nio
DuplicateWrappedByteBufferTest
java.lang.Object
WrappedByteBufferTest
public class DuplicateWrappedByteBufferTest extends WrappedByteBufferTest
Fields Summary
Constructors Summary
Methods Summary
protected void
setUp
()
super.setUp(); buf = buf.duplicate(); baseBuf = buf;
protected void
tearDown
()
super.tearDown();
Java Code Source