Oracle Java Wireless Client

Uses of Interface
com.oracle.deviceaccess.mmio.RawMemory

Packages that use RawMemory
com.oracle.deviceaccess.mmio   
 

Uses of RawMemory in com.oracle.deviceaccess.mmio
 

Subinterfaces of RawMemory in com.oracle.deviceaccess.mmio
 interface RawBlock
          The RawBlock interface provides methods to access a continuous range of physical memory (raw memory).
 interface RawByte
          The RawByte interface provides methods for setting and getting the value of a register or memory area holding a byte value.
 interface RawInt
          The RawInt interface provides methods for setting and getting the value of a register or memory area holding a int value.
 interface RawLong
          The RawLong interface provides methods for setting and getting the value of a register or memory area holding a long value.
 interface RawShort
          The RawShort interface provides methods for setting and getting the value of a register or memory area holding a short value.
 


Oracle Java Wireless Client

Copyright (c) 1990, 2012, Oracle and/or its affiliates. All rights reserved.