mbeckerle commented on a change in pull request #82: Support the --stream option with the unparse subcommand URL: https://github.com/apache/incubator-daffodil/pull/82#discussion_r202993126
########## File path: daffodil-io/src/main/scala/org/apache/daffodil/io/DirectOrBufferedDataOutputStream.scala ########## @@ -82,7 +82,7 @@ private[io] class ByteArrayOutputStreamWithGetBuf() extends java.io.ByteArrayOut * buffer. When direct, all output goes into a "real" DataOutputStream. * */ -final class DirectOrBufferedDataOutputStream private[io] (var splitFrom: DirectOrBufferedDataOutputStream) +final class DirectOrBufferedDataOutputStream private[io] (var splitFrom: DirectOrBufferedDataOutputStream, val isLayer: Boolean = false) Review comment: Add scaladoc for this new isLayer parameter. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
