Package com.enonic.xp.node
Class BinaryAttachment
- java.lang.Object
-
- com.enonic.xp.node.BinaryAttachment
-
@PublicApi public class BinaryAttachment extends Object
-
-
Constructor Summary
Constructors Constructor Description BinaryAttachment(BinaryReference reference, ByteSource byteSource)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ByteSource
getByteSource()
BinaryReference
getReference()
-
-
-
Constructor Detail
-
BinaryAttachment
public BinaryAttachment(BinaryReference reference, ByteSource byteSource)
-
-
Method Detail
-
getReference
public BinaryReference getReference()
-
getByteSource
public ByteSource getByteSource()
-
-