Module io.xpipe.api
Package io.xpipe.api

Interface DataRaw

All Superinterfaces:
DataSource
All Known Implementing Classes:
DataRawImpl

public interface DataRaw extends DataSource
  • Method Details

    • open

      InputStream open()
    • readAll

      byte[] readAll()
    • read

      byte[] read(int maxBytes)