This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Extending the \Hoa\Exception\Exception class.
4545 *
46- * @copyright Copyright © 2007-2016 Hoa community
46+ * @copyright Copyright © 2007-2017 Hoa community
4747 * @license New BSD License
4848 */
4949class Exception extends HoaException
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Read a string buffer.
4545 *
46- * @copyright Copyright © 2007-2016 Hoa community
46+ * @copyright Copyright © 2007-2017 Hoa community
4747 * @license New BSD License
4848 */
4949class Read extends Stringbuffer implements Stream \IStream \In
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Read/write a string buffer.
4545 *
46- * @copyright Copyright © 2007-2016 Hoa community
46+ * @copyright Copyright © 2007-2017 Hoa community
4747 * @license New BSD License
4848 */
4949class ReadWrite
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4545 *
4646 * This class allows to manipulate a string as a stream.
4747 *
48- * @copyright Copyright © 2007-2016 Hoa community
48+ * @copyright Copyright © 2007-2017 Hoa community
4949 * @license New BSD License
5050 */
5151abstract class Stringbuffer
@@ -67,7 +67,6 @@ abstract class Stringbuffer
6767 * Open a new string buffer.
6868 *
6969 * @param string $streamName Stream name.
70- * @return void
7170 * @throws \Hoa\Stream\Exception
7271 */
7372 public function __construct ($ streamName = null )
@@ -238,7 +237,7 @@ public function initializeWith($string)
238237 *
239238 * The `hoa://Library/Stringbuffer` node.
240239 *
241- * @copyright Copyright © 2007-2016 Hoa community
240+ * @copyright Copyright © 2007-2017 Hoa community
242241 * @license New BSD License
243242 */
244243class _Protocol extends Protocol \Node
Original file line number Diff line number Diff line change 88 *
99 * New BSD License
1010 *
11- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
1212 *
1313 * Redistribution and use in source and binary forms, with or without
1414 * modification, are permitted provided that the following conditions are met:
4343 *
4444 * Write into a string buffer.
4545 *
46- * @copyright Copyright © 2007-2016 Hoa community
46+ * @copyright Copyright © 2007-2017 Hoa community
4747 * @license New BSD License
4848 */
4949class Write extends Stringbuffer implements Stream \IStream \Out
You can’t perform that action at this time.
0 commit comments