Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.core.io.impl
Class DWord

java.lang.Object
  extended by org.nuxeo.ecm.core.io.impl.DWord

public class DWord
extends Object

An 32 bit integer that can handle bit operations.

Author:
Bogdan Stefanescu

Constructor Summary
DWord()
           
DWord(byte[] bytes)
           
DWord(int n)
           
 
Method Summary
 byte[] getBytes()
           
 int getInt()
           
 void setBytes(byte[] bytes)
           
 void setInt(int n)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DWord

public DWord()

DWord

public DWord(int n)

DWord

public DWord(byte[] bytes)
Method Detail

setInt

public final void setInt(int n)

setBytes

public void setBytes(byte[] bytes)

getInt

public final int getInt()

getBytes

public byte[] getBytes()

Nuxeo ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.