Package org.pkl.core

Interface FileOutput


public interface FileOutput
Java representation of pkl.base#FileOutput.
  • Method Summary

    Modifier and Type
    Method
    Description
    byte[]
    Returns the byte contents of this file.
    Returns the text content of this file.
  • Method Details

    • getText

      String getText()
      Returns the text content of this file.
      Throws:
      PklException - if an error occurs during evaluation.
    • getBytes

      byte[] getBytes()
      Returns the byte contents of this file.
      Throws:
      PklException - if an error occurs during evaluation.