public class ReplLDIFOutputStream extends OutputStream
| Constructor and Description |
|---|
ReplLDIFOutputStream(long numEntries)
Creates a new ReplLDIFOutputStream related to a replication
domain.
|
| Modifier and Type | Method and Description |
|---|---|
long |
getChecksumValue()
Get the value of the underlying checksum.
|
long |
getNumExportedEntries()
Return the number of exported entries.
|
void |
write(byte[] b,
int off,
int len) |
void |
write(int i) |
close, flush, writepublic ReplLDIFOutputStream(long numEntries)
numEntries - The max number of entry to process.public void write(int i) throws IOException
write in class OutputStreamIOExceptionpublic long getChecksumValue()
public void write(byte[] b, int off, int len) throws IOException
write in class OutputStreamIOExceptionpublic long getNumExportedEntries()
Copyright © 2010-2015 ForgeRock AS. All Rights Reserved.