Interface LASCommandWriter
public interface LASCommandWriter
Marker interface for convenience methods for writing LAS_COMMAND records carrying LasInnerCommandIds.
-
Method Summary
Modifier and Type Method Description void
writeLasCommand(CommandHelper.LasInnerCommandId lasCommand, byte[] payload, WritableByteChannel channel)
void
writeLasCommand(CommandHelper.LasInnerCommandId lasCommand, WritableByteChannel channel)
-
Method Details
-
writeLasCommand
void writeLasCommand(CommandHelper.LasInnerCommandId lasCommand, WritableByteChannel channel) throws IOException- Throws:
IOException
-
writeLasCommand
void writeLasCommand(CommandHelper.LasInnerCommandId lasCommand, byte[] payload, WritableByteChannel channel) throws IOException- Throws:
IOException
-