public class IoUtils extends Object
Modifier and Type | Field and Description |
---|---|
static int |
BUFFER_SIZE
The size to use when instantiating buffered items such as instances of
the
BufferedReader class. |
static int |
TIMEOUT_MS
The number of milliseconds after which IO operation will time out.
|
public static final int BUFFER_SIZE
BufferedReader
class. It looks for the System property
"org.restlet.engine.io.bufferSize" and if not defined, uses the "8192"
default value.public static final int TIMEOUT_MS
Copyright © 2005–2014. All rights reserved.