javacommons/utils/javasrc/com/nokia/mj/impl/rt/j9/NativeMemoryBlockImpl.java
changeset 80 d6dafc5d983f
parent 21 2a9601315dfc
equal deleted inserted replaced
78:71ad690e91f5 80:d6dafc5d983f
    30  */
    30  */
    31 
    31 
    32 class NativeMemoryBlockImpl implements NativeMemoryBlock
    32 class NativeMemoryBlockImpl implements NativeMemoryBlock
    33 {
    33 {
    34 
    34 
    35     InputStream mMemInputStream = null;
    35     private InputStream mMemInputStream = null;
    36 
    36 
    37     /**
    37     /**
    38      * Default constructor not allowed
    38      * Default constructor not allowed
    39      */
    39      */
    40     private NativeMemoryBlockImpl()
    40     private NativeMemoryBlockImpl()