com.eyebolt.common
Interface Flattenable
- public interface Flattenable
Helper function for flattening basic types
- Version:
- 0.01, 6 Jan 1997
- Author:
- John Gardner
Method Summary |
void |
flattenAt(byte[] buf)
Flatten this object to a buffer. |
void |
flattenAt(byte[] buf,
int offset)
Flatten this object to a buffer. |
flattenAt
public void flattenAt(byte[] buf)
- Flatten this object to a buffer.
- Parameters:
buf
- destination buffer
flattenAt
public void flattenAt(byte[] buf,
int offset)
- Flatten this object to a buffer.
- Parameters:
buf
- destination bufferoffset
- offset into buffer at which to begin flattening.
Copyright © 2001 Eyebolt, Inc.