|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.restlet.client.engine.io.IoUtils
public class IoUtils
IO manipulation utilities.
Field Summary | |
---|---|
static int |
BUFFER_SIZE
The buffer size. |
Method Summary | |
---|---|
static int |
getBufferSize()
Returns the size to use when instantiating buffered items such as instances of the BufferedReader class. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final int BUFFER_SIZE
Method Detail |
---|
public static int getBufferSize()
BufferedReader
class. It looks for the System
property "org.restlet.client.engine.io.buffer.size" and if not defined, uses the
BUFFER_SIZE
.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |