extensions.st
branchdevelopment
changeset 1872 60e6afa5d5a9
parent 1868 6f55db58b3af
child 1876 482ad5ebe5da
equal deleted inserted replaced
1871:684663e931e8 1872:60e6afa5d5a9
  2017 
  2017 
  2018 !ZipArchive methodsFor:'reading - java support'!
  2018 !ZipArchive methodsFor:'reading - java support'!
  2019 
  2019 
  2020 nextBytes: bytesToRead of: zmember startingAt: pos into: b startingAt: off
  2020 nextBytes: bytesToRead of: zmember startingAt: pos into: b startingAt: off
  2021 
  2021 
  2022     file position0Based: zmember fileStart + startOfArchive + pos.
  2022     file position0Based: (self dataStartOf: zmember) + startOfArchive + pos.
  2023     ^ file nextBytes: bytesToRead into: b startingAt: off.
  2023     ^ file nextBytes: bytesToRead into: b startingAt: off.
  2024 
  2024 
  2025     "Created: / 01-05-2011 / 16:21:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2025     "Created: / 01-05-2011 / 16:21:42 / Jan Vrany <jan.vrany@fit.cvut.cz>"
       
  2026     "Modified: / 10-12-2012 / 05:41:12 / Jan Vrany <jan.vrany@fit.cvut.cz>"
  2026 ! !
  2027 ! !
  2027 
  2028 
  2028 !stx_libjava class methodsFor:'documentation'!
  2029 !stx_libjava class methodsFor:'documentation'!
  2029 
  2030 
  2030 extensionsVersion_SVN
  2031 extensionsVersion_SVN