org.jppf.utils.streams
Class StreamConstants
java.lang.Object
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. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
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.
StreamConstants
public StreamConstants()
Copyright © 2005-2010 JPPF Team.