Interface BinaryReaderHandlesHolder
-
- All Known Implementing Classes:
BinaryReaderExImpl,BinaryReaderHandlesHolderImpl
public interface BinaryReaderHandlesHolderHolder for handles.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ObjectgetHandle(int pos)Get handle.BinaryReaderHandleshandles()Get all handles.booleanisEmpty()voidsetHandle(Object obj, int pos)Set handle.
-
-
-
Method Detail
-
setHandle
void setHandle(Object obj, int pos)
Set handle.- Parameters:
obj- Object.pos- Position.
-
getHandle
Object getHandle(int pos)
Get handle.- Parameters:
pos- Position.- Returns:
- Handle.
-
handles
BinaryReaderHandles handles()
Get all handles.- Returns:
- Handles.
-
isEmpty
boolean isEmpty()
-
-