Nuxeo Enterprise Platform 5.4

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

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

public class DWord
extends java.lang.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 Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.