public class MemoryResourceReference extends Object implements IResourceReference
| Constructor and Description |
|---|
MemoryResourceReference(byte[] buffer,
String mimeType,
String encoding) |
| Modifier and Type | Method and Description |
|---|---|
<O,E extends Exception> |
accept(IResourceReferenceVisitor<O,E> visitor) |
boolean |
equals(Object obj) |
byte[] |
getBuffer() |
String |
getContentType() |
String |
getEncoding() |
java.time.ZonedDateTime |
getTimeStamp() |
int |
hashCode() |
String |
toString() |
public <O,E extends Exception> O accept(IResourceReferenceVisitor<O,E> visitor) throws E extends Exception
accept in interface IResourceReferenceE extends Exceptionpublic java.time.ZonedDateTime getTimeStamp()
public byte[] getBuffer()
public String getContentType()
public String getEncoding()
Copyright © 2007–2019 Andreas W. Bartels. All rights reserved.