public class FMSketchUtils extends Object
| Modifier and Type | Field and Description |
|---|---|
static byte[] |
MAGIC |
| Constructor and Description |
|---|
FMSketchUtils() |
| Modifier and Type | Method and Description |
|---|---|
static FMSketch |
deserializeFM(byte[] buf) |
static FMSketch |
deserializeFM(InputStream in) |
static void |
serializeFM(OutputStream out,
FMSketch fm) |
public static void serializeFM(OutputStream out, FMSketch fm) throws IOException
IOExceptionpublic static FMSketch deserializeFM(byte[] buf) throws IOException
IOExceptionpublic static FMSketch deserializeFM(InputStream in) throws IOException
IOExceptionCopyright © 2019 The Apache Software Foundation. All Rights Reserved.