Modifier and Type | Field and Description |
---|---|
static int |
DEFAULT_BUFFERSIZE
Default buffer size: 256
|
Constructor and Description |
---|
BufferedChecksum(Checksum in)
Create a new BufferedChecksum with
DEFAULT_BUFFERSIZE |
BufferedChecksum(Checksum in,
int bufferSize)
Create a new BufferedChecksum with the specified bufferSize
|
public static final int DEFAULT_BUFFERSIZE
public BufferedChecksum(Checksum in)
DEFAULT_BUFFERSIZE
public BufferedChecksum(Checksum in, int bufferSize)
Copyright © 2000-2014 Apache Software Foundation. All Rights Reserved.