git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Robin Rosenberg <robin.rosenberg@dewire.com>
To: "Shawn O. Pearce" <spearce@spearce.org>
Cc: git@vger.kernel.org
Subject: Re: [JGIT PATCH 2/5] Add copy(InputStream) to TemporaryBuffer
Date: Thu, 11 Dec 2008 16:40:34 +0100	[thread overview]
Message-ID: <200812111640.34435.robin.rosenberg@dewire.com> (raw)
In-Reply-To: <1228971522-28764-3-git-send-email-spearce@spearce.org>

torsdag 11 december 2008 05:58:39 skrev Shawn O. Pearce:
> In some places we may find it ourselves with an InputStream we
> need to copy into a TemporaryBuffer, so we can flatten out the
> entire stream to a single byte[].  Putting the copy loop here
> is more useful then duplicating it in application level code.
> +	public void copy(final InputStream in) throws IOException {
> +		final byte[] b = new byte[2048];
Why not 8192 here too?

-- robin

  parent reply	other threads:[~2008-12-11 15:45 UTC|newest]

Thread overview: 15+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2008-12-11  4:58 [JGIT PATCH 0/5] Patch parsing API Shawn O. Pearce
2008-12-11  4:58 ` [JGIT PATCH 1/5] Add toByteArray() to TemporaryBuffer Shawn O. Pearce
2008-12-11  4:58   ` [JGIT PATCH 2/5] Add copy(InputStream) " Shawn O. Pearce
2008-12-11  4:58     ` [JGIT PATCH 3/5] Define FileHeader to parse the header block of a git diff Shawn O. Pearce
2008-12-11  4:58       ` [JGIT PATCH 4/5] Define Patch to parse a sequence of patch FileHeaders Shawn O. Pearce
2008-12-11  4:58         ` [JGIT PATCH 5/5] Add HunkHeader to represent a single hunk of a file within a patch Shawn O. Pearce
2008-12-11 18:34         ` [JGIT PATCH 4/5] Define Patch to parse a sequence of patch FileHeaders Robin Rosenberg
2008-12-11 18:39           ` Shawn O. Pearce
2008-12-11 20:23             ` Robin Rosenberg
2008-12-11 20:27               ` Shawn O. Pearce
2008-12-11 20:39             ` Robin Rosenberg
2008-12-11 20:41               ` Shawn O. Pearce
2008-12-11 15:40     ` Robin Rosenberg [this message]
2008-12-11 15:52       ` [JGIT PATCH 2/5] Add copy(InputStream) to TemporaryBuffer Shawn O. Pearce
2008-12-11 16:53         ` [JGIT PATCH 2/5 v2] " Shawn O. Pearce

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=200812111640.34435.robin.rosenberg@dewire.com \
    --to=robin.rosenberg@dewire.com \
    --cc=git@vger.kernel.org \
    --cc=spearce@spearce.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).