skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • MCP Servers
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    MCP Servers

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Roadmap
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Virtual Classroom
    • Use Reports in Applications
    • System Requirements
    • Forums
    • Videos
    • Blogs
    • Submit a Ticket
    • FAQs
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now
Search all

Class AbstractBlob

Inheritance
System.Object
System.MarshalByRefObject
System.IO.Stream
AbstractBlob
Blob
Namespace: Telerik.OpenAccess
Assembly: Telerik.OpenAccess.dll

Syntax

public abstract class AbstractBlob : Stream, IDisposable

Fields

INCREMENTAL

Declaration
protected const short INCREMENTAL = 1
Field Value
System.Int16

STANDARD

Declaration
protected const short STANDARD = 0
Field Value
System.Int16

Properties

CanRead

Declaration
public override bool CanRead { get; }
Property Value
System.Boolean

Overrides
System.IO.Stream.CanRead

CanSeek

Declaration
public override bool CanSeek { get; }
Property Value
System.Boolean

Overrides
System.IO.Stream.CanSeek

CanWrite

Declaration
public override bool CanWrite { get; }
Property Value
System.Boolean

Overrides
System.IO.Stream.CanWrite

Length

Declaration
public override long Length { get; }
Property Value
System.Int64

Overrides
System.IO.Stream.Length

Position

Declaration
public override long Position { get; set; }
Property Value
System.Int64

Overrides
System.IO.Stream.Position

Methods

Close()

Declaration
public override void Close()
Overrides
System.IO.Stream.Close()

Duplicate(BlobAdapter, Boolean)

Declaration
public virtual AbstractBlob Duplicate(BlobAdapter blob, bool register)
Parameters
BlobAdapter blob

System.Boolean register

Returns
AbstractBlob

Equals(Object)

Declaration
public override sealed bool Equals(object obj)
Parameters
System.Object obj

Returns
System.Boolean

Overrides
System.Object.Equals(System.Object)

Flush()

Declaration
public override void Flush()
Overrides
System.IO.Stream.Flush()

GetHashCode()

Declaration
public override int GetHashCode()
Returns
System.Int32

Overrides
System.Object.GetHashCode()

GetImplementation()

Declaration
public BlobAdapter GetImplementation()
Returns
BlobAdapter

Read(Byte[], Int32)

Declaration
public int Read(byte[] buffer, int pos)
Parameters
System.Byte[] buffer

System.Int32 pos

Returns
System.Int32

Read(Byte[], Int32, Int32)

Declaration
public override int Read(byte[] buffer, int offset, int count)
Parameters
System.Byte[] buffer

System.Int32 offset

System.Int32 count

Returns
System.Int32

Overrides
System.IO.Stream.Read(System.Byte[], System.Int32, System.Int32)

ReadByte()

Declaration
public override int ReadByte()
Returns
System.Int32

Overrides
System.IO.Stream.ReadByte()

Seek(Int64, SeekOrigin)

Declaration
public override long Seek(long offset, SeekOrigin origin)
Parameters
System.Int64 offset

System.IO.SeekOrigin origin

Returns
System.Int64

Overrides
System.IO.Stream.Seek(System.Int64, System.IO.SeekOrigin)

SetLength(Int64)

Declaration
public override void SetLength(long value)
Parameters
System.Int64 value

Overrides
System.IO.Stream.SetLength(System.Int64)

ToString()

Declaration
public override string ToString()
Returns
System.String

Overrides
System.Object.ToString()

Write(Byte[], Int32)

Declaration
public void Write(byte[] buffer, int pos)
Parameters
System.Byte[] buffer

System.Int32 pos

Write(Byte[], Int32, Int32)

Declaration
public override void Write(byte[] buffer, int offset, int count)
Parameters
System.Byte[] buffer

System.Int32 offset

System.Int32 count

Overrides
System.IO.Stream.Write(System.Byte[], System.Int32, System.Int32)

WriteByte(Byte)

Declaration
public override void WriteByte(byte value)
Parameters
System.Byte value

Overrides
System.IO.Stream.WriteByte(System.Byte)
Getting Started
  • Install Now
  • Online Demos
Support Resources
  • Documentation
  • Knowledge Base
  • Videos
  • Reporting Samples Repository
  • Reporting Release History
Community
  • Forums
  • Blogs
  • Reporting Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.