Class ReadableTextSource
- java.lang.Object
-
- org.dddjava.jig.domain.model.sources.file.text.ReadableTextSource
-
public class ReadableTextSource extends java.lang.Object読めるテキストソース 先にbytesとして読み込んでおく。このインスタンスでは少なくともIOExceptionは発生しない。
-
-
Constructor Summary
Constructors Constructor Description ReadableTextSource(TextSource textSource, byte[] bytes)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description byte[]bytes()java.lang.StringfineName()java.nio.file.Pathpath()java.io.ByteArrayInputStreamtoInputStream()java.lang.StringtoString()
-
-
-
Constructor Detail
-
ReadableTextSource
public ReadableTextSource(TextSource textSource, byte[] bytes)
-
-