mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-22 22:22:11 +02:00
Adapt legal info for BoundedByteBuffer
This commit is contained in:
parent
deea717d27
commit
13c7592a7d
1 changed files with 10 additions and 2 deletions
|
@ -1,5 +1,5 @@
|
|||
/*******************************************************************************
|
||||
* Copyright (c) 2007 Wind River Systems, Inc. and others.
|
||||
* Copyright (c) 1996, 2007 Wind River Systems, Inc. and others.
|
||||
* All rights reserved. This program and the accompanying materials
|
||||
* are made available under the terms of the Eclipse Public License v1.0
|
||||
* which accompanies this distribution, and is available at
|
||||
|
@ -7,6 +7,7 @@
|
|||
*
|
||||
* Contributors:
|
||||
* Michael Scharf (Wind River) - initial API and implementation
|
||||
* Douglas Lea (Addison Wesley) - [cq:1552] BoundedBufferWithStateTracking adapted to BoundedByteBuffer
|
||||
*******************************************************************************/
|
||||
|
||||
package org.eclipse.tm.internal.terminal.control.impl;
|
||||
|
@ -84,6 +85,13 @@ public class TerminalInputStream extends InputStream {
|
|||
* http://gee.cs.oswego.edu/dl/cpj/allcode.java
|
||||
* http://gee.cs.oswego.edu/dl/cpj/
|
||||
* <p>
|
||||
* BoundedBufferWithStateTracking is part of the examples for the book
|
||||
* Concurrent Programming in Java: Design Principles and Patterns by
|
||||
* Doug Lea (ISBN 0-201-31009-0). Second edition published by
|
||||
* Addison-Wesley, November 1999. The code is
|
||||
* Copyright(c) Douglas Lea 1996, 1999 and released to the public domain
|
||||
* and may be used for any purposes whatsoever.
|
||||
* <p>
|
||||
* For some reasons a solution based on
|
||||
* PipedOutputStream/PipedIntputStream
|
||||
* does work *very* slowly:
|
||||
|
|
Loading…
Add table
Reference in a new issue