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