Changes between Version 11 and Version 12 of NFR_LARGE_RESOURCES_R0


Ignore:
Timestamp:
11/09/09 19:36:22 (15 years ago)
Author:
pap
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • NFR_LARGE_RESOURCES_R0

    v11 v12  
    5959  * [browser:branches/private/meddle/nfr_large_resources/modules/org.sophie2.base.commons/src/main/java/org/sophie2/base/commons/util/bindata/RawBinData.java  RawBinData] : Represents embedded BinData, it's source byte array is in the memory. That is the old BinData. 
    6060   * It's immutable kind is changed to {{{@Immutable(kind = "raw-bin-data")}}} 
    61    * The implementations of the BinData abstract methods are as they were before this task. The others use the default implementations to allocate byte aaray only, the checked BinSourceNotFoundException is not thrown anywhere, because the source is in the memory. 
     61   * The implementations of the BinData abstract methods are as they were before this task. The others use the default implementations to allocate byte array only, the checked BinSourceNotFoundException is not thrown anywhere, because the source is in the memory. 
    6262  * [browser:branches/private/meddle/nfr_large_resources/modules/org.sophie2.base.commons/src/main/java/org/sophie2/base/commons/util/bindata/SubBinData.java  SubBinData] : Used to work with parts of the byte array source of the BinData implementations.  
    6363   * It's constructor is private and factory methods are with package visibility, only BinData implementations can instantiate it.