Class: TagLib::ByteVector
- Inherits:
-
Object
- Object
- TagLib::ByteVector
- Defined in:
- lib/TagLib_doc.rb
Overview
A byte vector. .
This class provides a byte vector with some methods that are useful for tagging purposes. Many of the search functions are tailored to what is useful for finding tag related paterns in a data array.
Instance Method Summary collapse
-
#data ⇒ Object
Returns a pointer to the internal data structure which may not be modified.
-
#size ⇒ Object
Returns the size of the array.
Instance Method Details
#data ⇒ Object
Returns a pointer to the internal data structure which may not be modified.
27 28 |
# File 'lib/TagLib_doc.rb', line 27 def data() end |
#size ⇒ Object
Returns the size of the array.
32 33 |
# File 'lib/TagLib_doc.rb', line 32 def size() end |