org.jppf.utils.streams
Class StreamConstants

java.lang.Object
  extended by org.jppf.utils.streams.StreamConstants

public final class StreamConstants
extends Object

Definition of important constants for stream I/O.

Author:
Laurent Cohen

Field Summary
static byte[] EMPTY_BYTES
          A definition of an empty byte array.
static int TEMP_BUFFER_SIZE
          Size of temporary buffers used in I/O transfers.
 
Constructor Summary
StreamConstants()
           
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

TEMP_BUFFER_SIZE

public static final int TEMP_BUFFER_SIZE
Size of temporary buffers used in I/O transfers.

See Also:
Constant Field Values

EMPTY_BYTES

public static final byte[] EMPTY_BYTES
A definition of an empty byte array.

Constructor Detail

StreamConstants

public StreamConstants()


Copyright © 2005-2010 JPPF Team.