Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4617080

(fs) transferFrom method fails in Win Me and 98

XMLWordPrintable

    • x86
    • windows_98

      In Win ME and 98 , transferFrom method does not transfer data.
      The test passed in Solaris8 and Win 2000.
      The testcase is attached .

      The ouput in
      Win 2000 and solaris8
      ----------------------
      fc1.position=0, fc1.size=558
      Before transferFrom -- fc2.position=0, fc2.size=0
      After tranasferFrom -- fc2.position=0, fc2.size=558
      The length of src file is 558
      The length of dst file is 558


      Win ME and 98
      ----------------------
      Before transferFrom -- fc2.position=0, fc2.size=0
      After tranasferFrom -- fc2.position=0, fc2.size=1351
      The length of src file is 1351
      The length of dst file is 0 ---> length of file is zero


            mmcclosksunw Michael Mccloskey (Inactive)
            duke J. Duke
            Votes:
            0 Vote for this issue
            Watchers:
            0 Start watching this issue

              Created:
              Updated:
              Resolved:
              Imported:
              Indexed: