Package org.nuxeo.ecm.core.io.impl
Class DWord
java.lang.Object
org.nuxeo.ecm.core.io.impl.DWord
An 32 bit integer that can handle bit operations.
- Author:
- Bogdan Stefanescu
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
DWord
public DWord() -
DWord
public DWord(int n) -
DWord
public DWord(byte[] bytes)
-
-
Method Details
-
setInt
public final void setInt(int n) -
setBytes
public void setBytes(byte[] bytes) -
getInt
public final int getInt() -
getBytes
public byte[] getBytes()
-