public static class StringCompressor.Counting extends StringCompressor
StringCompressor.CountingBYPASS| Constructor and Description |
|---|
Counting(boolean client) |
| Modifier and Type | Method and Description |
|---|---|
long |
getStringsRead() |
long |
getStringsWritten() |
protected String |
readString(ExtendedDataInput in) |
protected void |
writeString(ExtendedDataOutput out,
String value) |
isClient, read, toString, writepublic long getStringsRead()
public long getStringsWritten()
protected String readString(ExtendedDataInput in) throws IOException
readString in class StringCompressorIOExceptionprotected void writeString(ExtendedDataOutput out, String value) throws IOException
writeString in class StringCompressorIOExceptionCopyright (c) 2014 Eike Stepper (Berlin, Germany) and others.
All rights reserved. This program and the accompanying materials are made available under the terms of the Eclipse Public License v1.0 which accompanies this distribution, and is available at http://www.eclipse.org/legal/epl-v10.html