FullMemoryByteArrayFullMemoryByteArray is a concrete subclass of ByteArray that stores the entire sequence of bytes within a single NSMutableData. It is used when the amount of data is small, or as a baseline implementation to test for correctness. MyDocument uses the more sophisticated TavlTreeByteArray as its actual representation. |