Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > comp.lang.java.programmer > #15091

Re: file cache support

From rossum <rossum48@coldmail.com>
Newsgroups comp.lang.java.programmer
Subject Re: file cache support
Date 2012-06-07 18:02 +0100
Message-ID <2hn1t7ttuc5cung1tq2esh0a40nufvc4ok@4ax.com> (permalink)
References <de50bdac-cc90-4f61-870a-b56d3720f068@googlegroups.com>

Show all headers | View raw


On Thu, 7 Jun 2012 08:56:22 -0700 (PDT), bob <bob@coolfone.comze.com>
wrote:

>Does Java have any built-in support for file caches?
>
>Thanks.
Are buffered files what you want?  Support for that is available:

  BufferedInputStream
  BufferedOutputStream
  BufferedReader
  BufferedWriter

rossum

Back to comp.lang.java.programmer | Previous | NextPrevious in thread | Next in thread | Find similar | Unroll thread


Thread

file cache support bob <bob@coolfone.comze.com> - 2012-06-07 08:56 -0700
  Re: file cache support Daniel Pitts <newsgroup.nospam@virtualinfinity.net> - 2012-06-07 09:24 -0700
  Re: file cache support rossum <rossum48@coldmail.com> - 2012-06-07 18:02 +0100
  Re: file cache support Roedy Green <see_website@mindprod.com.invalid> - 2012-06-13 12:21 -0700

csiph-web