com.gc.iotools.stream.base
Class EasyStreamConstants

java.lang.Object
  extended by com.gc.iotools.stream.base.EasyStreamConstants

public final class EasyStreamConstants
extends Object

EasyStream constant values.

Version:
$Id: EasyStreamConstants.java 527 2014-02-24 19:29:50Z gabriele.contini@gmail.com $
Author:
gcontini

Field Summary
static int DEFAULT_PIPE_SIZE
          Default size for pipe buffer.
static float ONE_KILOBYTE
          Constant ONE_KILOBYTE=1024F
static int SKIP_BUFFER_SIZE
          Default skip size.
 
Method Summary
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

DEFAULT_PIPE_SIZE

public static final int DEFAULT_PIPE_SIZE
Default size for pipe buffer.

See Also:
Constant Field Values

ONE_KILOBYTE

public static final float ONE_KILOBYTE
Constant ONE_KILOBYTE=1024F

See Also:
Constant Field Values

SKIP_BUFFER_SIZE

public static final int SKIP_BUFFER_SIZE
Default skip size.

See Also:
Constant Field Values


Copyright © 2008–2014. All rights reserved.