Class ObjectBufferTest

java.lang.Object
  extended by ObjectBufferTest

public class ObjectBufferTest
extends java.lang.Object

Versuch mit Object Streams und nio.Buffer


Field Summary
(package private) static int SIZE
           
 
Constructor Summary
ObjectBufferTest()
           
 
Method Summary
static void main(java.lang.String[] args)
           
private static void testInput()
          Input 3 objects from a file using a buffer.
private static void testOutput()
          Output 3 objects to a file using a buffer.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

SIZE

static final int SIZE
See Also:
Constant Field Values
Constructor Detail

ObjectBufferTest

public ObjectBufferTest()
Method Detail

main

public static void main(java.lang.String[] args)

testOutput

private static void testOutput()
Output 3 objects to a file using a buffer.


testInput

private static void testInput()
Input 3 objects from a file using a buffer.