Method: ADSP::Stream::Raw::NativeDecompressor#read_result

Defined in:
lib/adsp/stream/raw/native_decompressor.rb

#read_resultObject

Provides next part of unread result. Returns empty string if there is no unread result.



30
31
32
# File 'lib/adsp/stream/raw/native_decompressor.rb', line 30

def read_result
  raise NotImplementedError
end