Skip to content
Snippets Groups Projects
  1. Jan 04, 2003
  2. Nov 20, 2002
    • Michael Koch's avatar
      2002-11-20 Michael Koch <konqueror@gmx.de> · 3ebb998e
      Michael Koch authored
      	* java/io/FileInputStream.java
      	(getChannel): New method.
      	* java/io/FileOutputStream.java
      	(getChannel): New method.
      	* java/net/ServerSocket.java
      	(bind): Removed duplicate code and called another bind method instead.
      	* java/nio/channels/SelectionKey.java
      	(isValid): Removed wrong exception documentation.
      	* java/nio/channels/ServerSocketChannel.java
      	(accept): Added exception documentation.
      	(open): Fixed typo, added exception documentation.
      	* java/nio/channels/spi/AbstractSelectableChannel.java
      	(implCloseChannel): Added exception documentation.
      	(add): Reformated.
      	(register): Added exception documentation.
      
      From-SVN: r59307
      3ebb998e
  3. Mar 25, 2002
  4. Aug 02, 2001
    • Tom Tromey's avatar
      RandomAccessFile.java (seek): Let seek go past end of file. · 8d6a4375
      Tom Tromey authored
      	* java/io/RandomAccessFile.java (seek): Let seek go past end of
      	file.
      	(skipBytes): Don't fail if seeking past end of file.
      	* java/io/FileInputStream.java (skip): Don't fail if seeking past
      	end of file.
      	* java/io/natFileDescriptorWin32.cc (seek): Handle `eof_trunc'
      	argument.
      	* java/io/natFileDescriptorEcos.cc (seek): Handle `eof_trunc'
      	argument.
      	* java/io/natFileDescriptorPosix.cc (seek): Handle `eof_trunc'
      	argument.
      	* java/io/FileDescriptor.java (seek): Added `eof_trunc' argument.
      
      From-SVN: r44586
      8d6a4375
  5. Dec 08, 2000
    • Warren Levy's avatar
      FileInputStream.java (close): Check if the fd is valid. · be17b0fc
      Warren Levy authored
      	* java/io/FileInputStream.java (close): Check if the fd is valid.
      	* java/io/RandomAccessFile.java (close): Ditto.
      	* java/net/PlainDatagramSocketImpl.java (close): Ditto.
      	* java/net/PlainSocketImpl.java (close): Ditto.
      
      From-SVN: r38131
      be17b0fc
  6. Mar 07, 2000
  7. Jan 19, 2000
  8. Jun 10, 1999
    • Warren Levy's avatar
      FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException... · a21f23fc
      Warren Levy authored
      FileDescriptor.java (FileDescriptor(String, int)): Throw FileNotFoundException instead of IOException.
      
      1999-06-10  Warren Levy  <warrenl@cygnus.com>
      	* java/io/FileDescriptor.java (FileDescriptor(String, int)):
      	Throw FileNotFoundException instead of IOException.
      	(open): ditto.
      	* java/io/FileInputStream.java (FileInputStream): Doesn't throw
      	IOException.
      	* java/text/Collator.java (CANONICAL_DECOMPOSITION): Fixed typo
      	in static field name.
      
      From-SVN: r27473
      a21f23fc
  9. Apr 07, 1999
Loading