You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@daffodil.apache.org by GitBox <gi...@apache.org> on 2018/07/17 12:00:06 UTC

[GitHub] mbeckerle commented on a change in pull request #82: Support the --stream option with the unparse subcommand

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:
users@infra.apache.org


With regards,
Apache Git Services