| | |
| | | import org.opends.server.types.Entry; |
| | | import org.opends.server.types.ObjectClass; |
| | | |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugEnabled; |
| | | import static org.opends.server.loggers.debug.DebugLogger.debugInfo; |
| | | |
| | | import java.util.ArrayList; |
| | | import java.util.Collection; |
| | | import java.util.HashMap; |
| | |
| | | bytes = new byte[compressedSize]; |
| | | System.arraycopy(compressedBuffer, 0, bytes, 0, compressedSize); |
| | | |
| | | /* |
| | | System.out.printf("Compression %d/%d%n", |
| | | compressedSize, uncompressedSize); |
| | | */ |
| | | if(debugEnabled()) |
| | | { |
| | | debugInfo("Compression %d/%d%n", |
| | | compressedSize, uncompressedSize); |
| | | } |
| | | |
| | | } |
| | | |
| | | } |