Package org.hl7.fhir.r4b.renderers
Class BinaryRenderer
- java.lang.Object
-
- org.hl7.fhir.r4b.renderers.BinaryRenderer
-
public class BinaryRenderer extends Object
-
-
Constructor Summary
Constructors Constructor Description BinaryRenderer(String folder)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Stringdisplay(Binary bin)static StringgetBinContentAsString(Binary bin)List<String>getFilenames()StringgetFolder()voidrender(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Binary bin)
-
-
-
Constructor Detail
-
BinaryRenderer
public BinaryRenderer(String folder)
-
-
Method Detail
-
getFilenames
public List<String> getFilenames()
-
getBinContentAsString
public static String getBinContentAsString(Binary bin)
-
display
public String display(Binary bin) throws IOException
- Throws:
IOException
-
render
public void render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Binary bin) throws IOException
- Throws:
IOException
-
-