Interface SiteVisitor.ImageData
-
- All Known Implementing Classes:
ImmutableImageData
- Enclosing interface:
- SiteVisitor
@Immutable public static interface SiteVisitor.ImageData
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetPath()byte[]getValue()
-
-
-
Method Detail
-
getPath
String getPath()
-
getValue
byte[] getValue()
-
-