チェンジセット 832
- コミット日時:
- 2008/07/12 02:50:25 (4 年前)
- ファイル:
凡例:
- 変更無し
- 追加
- 削除
- 更新
- コピー
- 移動
as3/Utils/src/org/libspark/utils/LineReader.as
r831 r832 161 161 } 162 162 } 163 _buffer = new ByteArray(); 164 continue; 163 165 } else { 164 166 if (!_skipBlankLine || _buffer.length > 1) { 165 167 dispatchEvent(new ProgressEvent( ProgressEvent.PROGRESS, false, false, e.bytesLoaded-dataInput.bytesAvailable-1, e.bytesTotal)); 166 168 } 169 _buffer = new ByteArray(); 167 170 } 168 _buffer = new ByteArray();169 continue;170 171 171 } else if (byte == LINE_FEED) { 172 172 if (!_trimLineFeed) { … … 185 185 continue; 186 186 } 187 trace(byte);188 189 187 _buffer.writeByte(byte); 190 188

