This repository was archived by the owner on Sep 20, 2021. It is now read-only.
File tree 5 files changed +11
-12
lines changed
5 files changed +11
-12
lines changed Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Extending the \Hoa\Exception\Exception class.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Exception extends HoaException
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Read a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Read extends Stringbuffer implements Stream \IStream \In
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Read/write a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class ReadWrite
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
45
45
*
46
46
* This class allows to manipulate a string as a stream.
47
47
*
48
- * @copyright Copyright © 2007-2016 Hoa community
48
+ * @copyright Copyright © 2007-2017 Hoa community
49
49
* @license New BSD License
50
50
*/
51
51
abstract class Stringbuffer
@@ -67,7 +67,6 @@ abstract class Stringbuffer
67
67
* Open a new string buffer.
68
68
*
69
69
* @param string $streamName Stream name.
70
- * @return void
71
70
* @throws \Hoa\Stream\Exception
72
71
*/
73
72
public function __construct ($ streamName = null )
@@ -238,7 +237,7 @@ public function initializeWith($string)
238
237
*
239
238
* The `hoa://Library/Stringbuffer` node.
240
239
*
241
- * @copyright Copyright © 2007-2016 Hoa community
240
+ * @copyright Copyright © 2007-2017 Hoa community
242
241
* @license New BSD License
243
242
*/
244
243
class _Protocol extends Protocol \Node
Original file line number Diff line number Diff line change 8
8
*
9
9
* New BSD License
10
10
*
11
- * Copyright © 2007-2016 , Hoa community. All rights reserved.
11
+ * Copyright © 2007-2017 , Hoa community. All rights reserved.
12
12
*
13
13
* Redistribution and use in source and binary forms, with or without
14
14
* modification, are permitted provided that the following conditions are met:
43
43
*
44
44
* Write into a string buffer.
45
45
*
46
- * @copyright Copyright © 2007-2016 Hoa community
46
+ * @copyright Copyright © 2007-2017 Hoa community
47
47
* @license New BSD License
48
48
*/
49
49
class Write extends Stringbuffer implements Stream \IStream \Out
You can’t perform that action at this time.
0 commit comments