Searched refs:entryOutputStream (Results 1 - 6 of 6) sorted by relevance

/forgerock/opendj-b2.6/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java62 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
101 entryOutputStream = new ByteArrayOutputStream(8192);
102 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
289 entryOutputStream.reset();
292 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());
/forgerock/opendj2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java61 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
100 entryOutputStream = new ByteArrayOutputStream(8192);
101 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
288 entryOutputStream.reset();
291 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());
/forgerock/opendj2.6.2/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java62 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
101 entryOutputStream = new ByteArrayOutputStream(8192);
102 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
289 entryOutputStream.reset();
292 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());
/forgerock/opendj2-jel-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java62 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
101 entryOutputStream = new ByteArrayOutputStream(8192);
102 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
289 entryOutputStream.reset();
292 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());
/forgerock/opendj2-hg/src/server/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java61 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
100 entryOutputStream = new ByteArrayOutputStream(8192);
101 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
288 entryOutputStream.reset();
291 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());
/forgerock/opendj-v3/opendj-server-legacy/src/main/java/org/opends/server/tools/makeldif/
H A DMakeLDIFInputStream.java64 private ByteArrayOutputStream entryOutputStream; field in class:MakeLDIFInputStream
105 entryOutputStream = new ByteArrayOutputStream(8192);
106 LDIFExportConfig exportConfig = new LDIFExportConfig(entryOutputStream);
285 entryOutputStream.reset();
288 entryBytes = ByteBuffer.wrap(entryOutputStream.toByteArray());

Completed in 431 milliseconds