public abstract class SampleWriter
extends java.lang.Object
implements java.io.Closeable
| Constructor and Description |
|---|
SampleWriter() |
| Modifier and Type | Method and Description |
|---|---|
abstract long |
write(Sample sample)
Write a sample to the underlying destination
|
public abstract long write(Sample sample)
sample - The sample to be written (Must not be null)Copyright © 1998-2018 Apache Software Foundation. All Rights Reserved.