Package org.pkl.core
Interface FileOutput
public interface FileOutput
Java representation of
pkl.base#FileOutput.-
Method Summary
-
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.
-