Package org.nuxeo.ecm.core.io.impl
Class DWord
- java.lang.Object
-
- org.nuxeo.ecm.core.io.impl.DWord
-
public class DWord extends Object
An 32 bit integer that can handle bit operations.- Author:
- Bogdan Stefanescu
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]
getBytes()
int
getInt()
void
setBytes(byte[] bytes)
void
setInt(int n)
-