public class BinaryLogger extends Object
| Constructor and Description |
|---|
BinaryLogger(String name) |
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
void |
log(byte[] buf) |
void |
log(byte[] buf,
int off,
int len) |
void |
log(ByteBuffer buf) |
public BinaryLogger(String name) throws FileNotFoundException
FileNotFoundExceptionpublic void log(byte[] buf)
throws IOException
IOExceptionpublic void log(byte[] buf,
int off,
int len)
throws IOException
IOExceptionpublic void log(ByteBuffer buf) throws IOException
IOExceptionpublic void close()
Copyright © 2025. All rights reserved.