Class BlobStoreTextFile
java.lang.Object
com.github.tomakehurst.wiremock.common.BinaryFile
com.github.tomakehurst.wiremock.common.TextFile
com.github.tomakehurst.wiremock.store.files.BlobStoreTextFile
- All Implemented Interfaces:
InputStreamSource
-
Constructor Summary
Constructors -
Method Summary
Methods inherited from class com.github.tomakehurst.wiremock.common.BinaryFile
getUri
-
Constructor Details
-
BlobStoreTextFile
-
-
Method Details
-
readContents
public byte[] readContents()- Overrides:
readContentsin classBinaryFile
-
name
- Overrides:
namein classBinaryFile
-
toString
- Overrides:
toStringin classBinaryFile
-
getStream
- Specified by:
getStreamin interfaceInputStreamSource- Overrides:
getStreamin classBinaryFile
-
readContentsAsString
- Overrides:
readContentsAsStringin classTextFile
-
getPath
-