Esempio n. 1
0
 /**
  * @param {number} offset
  * @return {ContentBinary}
  */
 splice (offset) {
   throw error.methodUnimplemented()
 }
Esempio n. 2
0
 /**
  * @param {Transaction} transaction
  */
 integrate (transaction) {
   throw error.methodUnimplemented()
 }
Esempio n. 3
0
 /**
  * @param {Transaction} transaction
  * @param {StructStore} store
  * @param {number} offset
  * @return {AbstractStruct}
  */
 toStruct (transaction, store, offset) {
   throw error.methodUnimplemented()
 }
Esempio n. 4
0
 /**
  * @param {encoding.Encoder} encoder The encoder to write data to.
  * @param {number} offset
  * @param {number} encodingRef
  * @private
  */
 write (encoder, offset, encodingRef) {
   throw error.methodUnimplemented()
 }