PNGReader.st
changeset 3890 37131d0d77c6
parent 3889 b7c261a8614d
child 3891 1fea387a7b01
equal deleted inserted replaced
3889:b7c261a8614d 3890:37131d0d77c6
   406     zlibReader atEnd ifFalse:[self error:'Unexpected data'].
   406     zlibReader atEnd ifFalse:[self error:'Unexpected data'].
   407 
   407 
   408     "Modified: / 03-05-2011 / 12:03:33 / cg"
   408     "Modified: / 03-05-2011 / 12:03:33 / cg"
   409 !
   409 !
   410 
   410 
   411 processNIVIChunkLen:len
   411 processNIVIChunkLen:len    
   412     |viData|
       
   413     
       
   414     "/ this cunk contains a labView vi.
   412     "/ this cunk contains a labView vi.
   415     "/ ignored for now...
   413     "/ ignored for now...
   416 "/    inStream skip:len.
   414     "/ ...to read it (using the expecco importer),
   417 "/    ^ true.
   415     "/ create a reader with a chunkHook and extract it there.
   418     "/ inStream nextBytes:len.
   416     inStream skip:len.
   419 
   417     ^ true.
   420     viData := inStream nextBytes:len.
       
   421     self halt.
       
   422     ^ true
       
   423 
   418 
   424     "Created: / 14-02-2017 / 08:57:29 / cg"
   419     "Created: / 14-02-2017 / 08:57:29 / cg"
       
   420     "Modified: / 14-02-2017 / 18:26:13 / cg"
   425 !
   421 !
   426 
   422 
   427 processNonInterlacedDATA:len
   423 processNonInterlacedDATA:len
   428     self halt:'not used'
   424     self halt:'not used'
   429 "/
   425 "/