public class IoUtils
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE
The buffer size.
|
Modifier and Type | Method and Description |
---|---|
static int |
getBufferSize()
Returns the size to use when instantiating buffered items such as
instances of the
BufferedReader class. |
public static final int BUFFER_SIZE
public static int getBufferSize()
BufferedReader
class. It looks for the System
property "org.restlet.engine.io.buffer.size" and if not defined, uses the
BUFFER_SIZE
.Copyright © 2005-2012. All Rights Reserved.