com.partnersoft.io
Class IOConstants

java.lang.Object
  extended by com.partnersoft.io.IOConstants
All Implemented Interfaces:
Constants

public class IOConstants
extends java.lang.Object
implements Constants

Constants used in I/O operations.

Copyright 2006 Partner Software, Inc.

Version:
$Id: IOConstants.java 1012 2007-11-24 18:30:02Z paul $
Author:
Paul Reavis, Russell Cagle

Field Summary
static int BUFFER_SIZE
          Standard I/O buffer size.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

BUFFER_SIZE

public static final int BUFFER_SIZE
Standard I/O buffer size. We like big buffers.

See Also:
Constant Field Values