public abstract class SampleWriter extends Object implements 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-2022 Apache Software Foundation. All Rights Reserved.