Method: HexaPDF::FiberDoubleForString#length

Defined in:
lib/hexapdf/filter.rb

#lengthObject

Returns the length in bytes of the wrapped string.

May only be called before #resume!



75
76
77
# File 'lib/hexapdf/filter.rb', line 75

def length
  str.bytesize
end