Searched defs:DEFAULT_BUFFER_SIZE (Results 1 - 7 of 7) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/io/
H A DASCIIReader.java50 public static final int DEFAULT_BUFFER_SIZE = 2048; field in class:ASCIIReader
83 this(inputStream, DEFAULT_BUFFER_SIZE, messageFormatter, locale);
H A DUCSReader.java49 public static final int DEFAULT_BUFFER_SIZE = 8192; field in class:UCSReader
82 this(inputStream, DEFAULT_BUFFER_SIZE, encoding);
H A DUTF8Reader.java50 public static final int DEFAULT_BUFFER_SIZE = 2048; field in class:UTF8Reader
91 this(inputStream, DEFAULT_BUFFER_SIZE, new XMLMessageFormatter(), Locale.getDefault());
104 this(inputStream, DEFAULT_BUFFER_SIZE, messageFormatter, locale);
/openjdk7/jaxp/src/com/sun/xml/internal/stream/
H A DEntity.java240 public static final int DEFAULT_BUFFER_SIZE = 8192; field in class:Entity.ScannedEntity
248 public int fBufferSize = DEFAULT_BUFFER_SIZE;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/corba/
H A DAnyImpl.java117 private static final int DEFAULT_BUFFER_SIZE = 32; field in class:AnyImpl
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/
H A DXMLEntityManager.java92 public static final int DEFAULT_BUFFER_SIZE = 8192; field in class:XMLEntityManager
215 new Integer(DEFAULT_BUFFER_SIZE),
227 * resize the DEFAULT_BUFFER_SIZE down to something reasonable like
323 protected int fBufferSize = DEFAULT_BUFFER_SIZE;
/openjdk7/corba/src/share/classes/com/sun/corba/se/impl/encoding/
H A DCDROutputStream_1_0.java118 private static final int DEFAULT_BUFFER_SIZE = 1024; field in class:CDROutputStream_1_0

Completed in 56 milliseconds