org.eclipse.mofscript.runtime
Class BlockOutputStream.UnprotectedFileBlock

java.lang.Object
  extended by org.eclipse.mofscript.runtime.BlockOutputStream.FileBlock
      extended by org.eclipse.mofscript.runtime.BlockOutputStream.UnprotectedFileBlock
Enclosing class:
BlockOutputStream

public class BlockOutputStream.UnprotectedFileBlock
extends BlockOutputStream.FileBlock


Field Summary
 
Fields inherited from class org.eclipse.mofscript.runtime.BlockOutputStream.FileBlock
_blockEnd, _blockStart, _byteStream, _endLine, _id, _idBlockCount, _lineCount, _mergeDiff, _nextBlock, _startLine
 
Constructor Summary
BlockOutputStream.UnprotectedFileBlock(java.lang.String id)
           
 
Method Summary
 void merge(BlockOutputStream.FileBlock otherBlock)
           
 
Methods inherited from class org.eclipse.mofscript.runtime.BlockOutputStream.FileBlock
append, get_endLine, get_startLine, getBlockStart, getBlockWithId, getData, getLineCount, getMergeDiff, newBlock, position, putData, set_endLine, set_startLine, setBlockStart, setLineCount, write, write, writeToFileStream
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

BlockOutputStream.UnprotectedFileBlock

public BlockOutputStream.UnprotectedFileBlock(java.lang.String id)
Method Detail

merge

public void merge(BlockOutputStream.FileBlock otherBlock)
Overrides:
merge in class BlockOutputStream.FileBlock