Class TextSource
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.text.TextSource
-
public class TextSource extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description TextSource(java.nio.file.Path location)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.nio.file.Pathlocation()byte[]readAllBytes()TextSourceTypetextSourceType()ReadableTextSourcetoReadableTextSource()
-
-
-
Method Detail
-
location
public java.nio.file.Path location()
-
textSourceType
public TextSourceType textSourceType()
-
readAllBytes
public byte[] readAllBytes() throws java.io.IOException- Throws:
java.io.IOException
-
toReadableTextSource
public ReadableTextSource toReadableTextSource() throws java.io.IOException
- Throws:
java.io.IOException
-
-