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
FileNotFoundException
public void log(byte[] buf) throws IOException
IOException
public void log(byte[] buf, int off, int len) throws IOException
IOException
public void log(ByteBuffer buf) throws IOException
IOException
public void close()
Copyright © 2024. All rights reserved.