Class ResourceBinary
- java.lang.Object
-
- de.codecentric.reedelk.runtime.api.resource.ResourceBinary
-
- All Implemented Interfaces:
ResourceFile<byte[]>
public class ResourceBinary extends Object implements ResourceFile<byte[]>
-
-
Constructor Summary
Constructors Modifier Constructor Description protectedResourceBinary(String resourcePath)
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description org.reactivestreams.Publisher<byte[]>data()static ResourceBinaryfrom(String resourcePath)Stringpath()
-
-
-
Constructor Detail
-
ResourceBinary
protected ResourceBinary(String resourcePath)
-
-
Method Detail
-
from
public static ResourceBinary from(String resourcePath)
-
data
public org.reactivestreams.Publisher<byte[]> data()
- Specified by:
datain interfaceResourceFile<byte[]>
-
path
public String path()
- Specified by:
pathin interfaceResourceFile<byte[]>
-
-