Changes between Version 11 and Version 12 of NFR_LARGE_RESOURCES_R0
- Timestamp:
- 11/09/09 19:36:22 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
NFR_LARGE_RESOURCES_R0
v11 v12 59 59 * [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. 60 60 * 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 a aray 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. 62 62 * [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. 63 63 * It's constructor is private and factory methods are with package visibility, only BinData implementations can instantiate it.